Compartir a través de


Annotation.Comment Propiedad

Gets or sets the comment text.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Comment As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The comment text.

Vea también

Referencia

Annotation Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts