GlobalizationSection.ResourceProviderFactoryType 属性

定义

获取或设置资源提供程序的工厂类型。

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

属性值

String

资源提供程序的工厂类型。

属性

适用于