次の方法で共有


Annotation.Comment プロパティ

コメント テキストを取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property Comment As String 
    Get 
    Set
'使用
Dim instance As Annotation 
Dim value As String 

value = instance.Comment

instance.Comment = value
[DataMemberAttribute]
public string Comment { get; set; }
[DataMemberAttribute]
public:
property String^ Comment {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member Comment : string with get, set
function get Comment () : String 
function set Comment (value : String)

プロパティ値

型: System.String
コメント テキスト。

関連項目

参照

Annotation クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間