Compartilhar via


Propriedade ContributorArgumentConfiguration.Name

Obtém ou define o nome do argumento.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

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

Valor de propriedade

Tipo: System.String
O nome do argumento.

Segurança do .NET Framework

Consulte também

Referência

ContributorArgumentConfiguration Classe

Namespace Microsoft.Data.Schema.Build