Partager via


Propriété Annotation.Comment

Gets or sets the comment text.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Comment As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The comment text.

Voir aussi

Référence

Annotation Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts