共用方式為


Annotation.Comment 屬性

Gets or sets the comment text.

命名空間:  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
The comment text.

請參閱

參考

Annotation 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間