ContributorArgumentConfiguration.Value (Propiedad)

Obtiene o establece el valor del argumento expresado como un valor de tipo string.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String
Valor del argumento expresado en forma de string.

Seguridad de .NET Framework

Vea también

Referencia

ContributorArgumentConfiguration Clase

Microsoft.Data.Schema.Build (Espacio de nombres)