Właściwość TransactionAnnotationsGetResponse.Annotations
Pobiera lub ustawia tablicę adnotacje zwracane przy użyciu 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
Friend Set
'Użycie
Dim instance As TransactionAnnotationsGetResponse
Dim value As Collection(Of Annotation)
value = instance.Annotations
[MessageBodyMemberAttribute]
public Collection<Annotation> Annotations { get; internal set; }
[MessageBodyMemberAttribute]
public:
property Collection<Annotation^>^ Annotations {
Collection<Annotation^>^ get ();
internal: void set (Collection<Annotation^>^ value);
}
[<MessageBodyMemberAttribute>]
member Annotations : Collection<Annotation> with get, internal set
function get Annotations () : Collection<Annotation>
internal function set Annotations (value : Collection<Annotation>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<Annotation>
Kolekcja typu adnotacji.