Freigeben über


Annotation.Comment-Eigenschaft

Gets or sets the comment text.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Comment As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
The comment text.

Siehe auch

Verweis

Annotation Klasse

Microsoft.MasterDataServices.Services.DataContracts-Namespace