GlobalizationSection.ResourceProviderFactoryType Property

Definition

Gets or sets the factory type of the resource provider.

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

Property Value

The factory type of the resource provider.

Attributes

Applies to