Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an array of annotations.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property Annotations As Collection(Of Annotation)
Get
Set
'Usage
Dim instance As EntityMemberAnnotationsGetResponse
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<Annotation>
Collection of type Annotation.
See Also
Reference
EntityMemberAnnotationsGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace