Annotations 属性
Gets or sets an array of annotations using the ArrayOfAnnotation complex type.
命名空间: Microsoft.MasterDataServices.Services.MessageContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<MessageBodyMemberAttribute> _
Public Property Annotations As Collection(Of Annotation)
Get
Friend Set
用法
Dim instance As TransactionAnnotationsCreateRequest
Dim value As Collection(Of Annotation)
value = instance.Annotations
[MessageBodyMemberAttribute]
public Collection<Annotation> Annotations { get; internal set; }
[MessageBodyMemberAttribute]
public:
property Collection<Annotation^>^ Annotations {
Collection<Annotation^>^ get ();
internal: void set (Collection<Annotation^>^ value);
}
[<MessageBodyMemberAttribute>]
member Annotations : Collection<Annotation> with get, internal set
function get Annotations () : Collection<Annotation>
internal function set Annotations (value : Collection<Annotation>)
属性值
类型:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Annotation> ) > ) >
Collection of type Annotation.