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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.