次の方法で共有


NamespaceElement.Prefix プロパティ

定義

この構成要素の名前空間プレフィックスを取得または設定します。

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

プロパティ値

この要素の名前空間プレフィックス。

属性

適用対象