XsltConfigSection.ProhibitDefaultResolverString Property

Definition

Gets or sets a string that represents the XSLT prohibit default resolver.

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

Property Value

A string that represents the XSLT prohibit default resolver.

Attributes

Applies to