Condividi tramite


Proprietà ContributorArgumentConfiguration.Value

Ottiene o imposta il valore dell'argomento espresso sotto forma di string.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
Valore dell'argomento espresso sotto forma di string.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ContributorArgumentConfiguration Classe

Spazio dei nomi Microsoft.Data.Schema.Build