Compartilhar via


Propriedade InputAttribute.Description

Obtém ou define a descrição da propriedade de entrada.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (em Microsoft.Data.Schema.Tools.dll)

Sintaxe

'Declaração
Public Property Description As String
    Get
    Set
public string Description { get; set; }
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
member Description : string with get, set
function get Description () : String
function set Description (value : String)

Valor de propriedade

Tipo: System.String
A descrição da propriedade.O padrão é o nome da propriedade.

Segurança do .NET Framework

Consulte também

Referência

InputAttribute Classe

Namespace Microsoft.Data.Schema.Tools.DataGenerator