TransactionAnnotationsCreateRequest.Annotations Property

Definition

Specifies the annotations.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Annotation ^> ^ Annotations { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Annotation ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Annotation ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Annotation> Annotations { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.Annotations : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Annotation> with get, set
Public Property Annotations As Collection(Of Annotation)

Property Value

The annotations.

Attributes

Applies to