共用方式為


Comment 屬性

Gets or sets the comment text.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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
A String representing the comment text.