次の方法で共有


TransactionAnnotationsGetResponse.Annotations プロパティ

ArrayofAnnotation 複合型を使用して返された注釈の配列を取得または設定します。

名前空間:  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 TransactionAnnotationsGetResponse 
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>
Annotation 型のコレクション。

関連項目

参照

TransactionAnnotationsGetResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間