Annotation.Comment Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o texto do comentário.
public:
property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string Comment { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Comment : string with get, set
Public Property Comment As String
Valor da propriedade
Um String que representa o texto do comentário.
- Atributos