Compartir a través de


EntityMemberAnnotationsGetResponse.Annotations Propiedad

Gets or sets an array of annotations.

Espacio de nombres:  Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<MessageBodyMemberAttribute> _
Public Property Annotations As Collection(Of Annotation)
    Get 
    Set
'Uso
Dim instance As EntityMemberAnnotationsGetResponse 
Dim value As Collection(Of Annotation)

value = instance.Annotations

instance.Annotations = value
[MessageBodyMemberAttribute]
public Collection<Annotation> Annotations { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<Annotation^>^ Annotations {
    Collection<Annotation^>^ get ();
    void set (Collection<Annotation^>^ value);
}
[<MessageBodyMemberAttribute>]
member Annotations : Collection<Annotation> with get, set
function get Annotations () : Collection<Annotation>
function set Annotations (value : Collection<Annotation>)

Valor de la propiedad

Tipo: System.Collections.ObjectModel.Collection<Annotation>
Collection of type Annotation.

Vea también

Referencia

EntityMemberAnnotationsGetResponse Clase

Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts