ModelMetadata.Description Propriedade
Definição
Obtém ou define o texto que descreve o modelo.Gets or sets text that describes the model.
public:
virtual property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public virtual string Description { get; set; }
member this.Description : string with get, set
Public Overridable Property Description As String
Valor da propriedade
O texto da descrição.The description text.