XmlReaderSection.ProhibitDefaultResolverString Property

Definition

Gets or sets the string that represents the 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 prohibit default resolver.

Attributes

Applies to