XsltConfigSection.ProhibitDefaultResolverString Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Property ProhibitDefaultResolverString As StringProperty Value
A string that represents the XSLT prohibit default resolver.
- Attributes