Свойство TransactionAnnotationsGetResponse.Annotations
Gets or sets an array of annotations returned using the ArrayofAnnotation complex type.
Пространство имен: Microsoft.MasterDataServices.Services.MessageContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<MessageBodyMemberAttribute> _
Public Property Annotations As Collection(Of Annotation)
Get
Set
'Применение
Dim instance As TransactionAnnotationsGetResponse
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>)
Значение свойства
Тип: System.Collections.ObjectModel.Collection<Annotation>
Collection of type Annotation.
См. также
Справочник
TransactionAnnotationsGetResponse Класс
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts