XsltConfigSection.ProhibitDefaultResolverString プロパティ

定義

XSLT 禁止の既定の競合回避モジュールを表す文字列を取得または設定します。

public:
 property System::String ^ ProhibitDefaultResolverString { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("prohibitDefaultResolver", DefaultValue="false")]
public string ProhibitDefaultResolverString { get; set; }
[<System.Configuration.ConfigurationProperty("prohibitDefaultResolver", DefaultValue="false")>]
member this.ProhibitDefaultResolverString : string with get, set
Public Property ProhibitDefaultResolverString As String

プロパティ値

XSLT を表す文字列は、既定の競合回避モジュールを禁止します。

属性

適用対象