TransactionAnnotationsCreateRequest.Annotations Property

 

Gets or sets an array of annotations using the ArrayOfAnnotation complex type.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public Collection<Annotation> Annotations { get; set; }
public:
[MessageBodyMemberAttribute]
property Collection<Annotation^>^ Annotations {
    Collection<Annotation^>^ get();
    void set(Collection<Annotation^>^ value);
}
[<MessageBodyMemberAttribute>]
member Annotations : Collection<Annotation> with get, set
<MessageBodyMemberAttribute>
Public Property Annotations As Collection(Of Annotation)

Property Value

Type: System.Collections.ObjectModel.Collection<Annotation>

Collection of type Annotation.

See Also

TransactionAnnotationsCreateRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top