Annotation.Comment Propiedad

Definición

Especifica el texto del comentario.

public:
 property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public string Comment { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Comment : string with get, set
Public Property Comment As String

Valor de propiedad

Texto del comentario.

Atributos

Se aplica a