EntityMemberAnnotationsGetResponse.Annotations 属性

Gets or sets an array of annotations.

命名空间:  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 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>)

属性值

类型:System.Collections.ObjectModel.Collection<Annotation>
Collection of type Annotation.

请参阅

参考

EntityMemberAnnotationsGetResponse 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间