SettingsProviderAttribute.ProviderTypeName 属性
定义
获取设置提供程序的类型名称。Gets the type name of the settings provider.
public:
property System::String ^ ProviderTypeName { System::String ^ get(); };
public string ProviderTypeName { get; }
member this.ProviderTypeName : string
Public ReadOnly Property ProviderTypeName As String
属性值
包含设置提供程序名称的 String。A String containing the name of the settings provider.
注解
ProviderTypeName在类的中设置属性 SettingsProviderAttribute 。The ProviderTypeName property is set in the SettingsProviderAttribute for the class.