ContentPropertyAttribute.Name Proprietà

Definizione

Ottiene l'oggetto String che rappresenta il nome della proprietà del contenuto.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Valore della proprietà

Oggetto String che rappresenta il nome della proprietà del contenuto.

Commenti

Le restrizioni seguenti riguardano ContentPropertyAttribute:

  • Type, Stack<T>e Queue<T> non sono tipi supportati ContentProperty .

  • Una stringa vuota verrà deserializzata come valore Null.

  • Oggetto ContentProperty che si associa a un campo utilizzando ActivityBind non verrà serializzato come .ContentProperty

  • ContentProperty che interleaves con proprietà non di contenuto non è supportato nel markup del flusso di lavoro.

Si applica a