共用方式為


TransactionAnnotationsCreateRequest.Annotations 屬性

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

命名空間:  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 TransactionAnnotationsCreateRequest 
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.

請參閱

參考

TransactionAnnotationsCreateRequest 類別

Microsoft.MasterDataServices.Services.MessageContracts 命名空間