Compartir a través de


NamespaceElement.Prefix Propiedad

Definición

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

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

Valor de propiedad

String

Prefijo del espacio de nombres de este elemento.

Atributos

Se aplica a