Compartilhar via


Propriedade ContributorArgumentConfiguration.Value

Obtém ou define o valor do argumento, expresso como um string.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
O valor do argumento é expresso como um string.

Segurança do .NET Framework

Consulte também

Referência

ContributorArgumentConfiguration Classe

Namespace Microsoft.Data.Schema.Build