Właściwość EntityMemberAnnotationsCreateRequest.Annotations
Pobiera lub ustawia tablicę adnotacje, aby utworzyć, reprezentowane za pomocą ArrayofAnnotation typu złożonego.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.MessageContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<MessageBodyMemberAttribute> _
Public Property Annotations As Collection(Of Annotation)
Get
Set
'Użycie
Dim instance As EntityMemberAnnotationsCreateRequest
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>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<Annotation>
Kolekcja typu adnotacji.