Compartir a través de


NamespaceElement.Namespace Propiedad

Definición

Obtiene o establece el espacio de nombres para este elemento de configuración.

public:
 property System::String ^ Namespace { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("namespace", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string Namespace { get; set; }
[<System.Configuration.ConfigurationProperty("namespace", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.Namespace : string with get, set
Public Property Namespace As String

Valor de propiedad

String

Espacio de nombres de este elemento.

Atributos

Se aplica a