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.