NamespaceElement.Prefix Vlastnost

Definice

Získá nebo nastaví předponu oboru názvů pro tento element konfigurace.

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

Hodnota vlastnosti

String

Předpona oboru názvů tohoto elementu.

Atributy

Platí pro