ProfileGroupSettings(String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用默认设置初始化 ProfileGroupSettings 类的新实例。
public:
ProfileGroupSettings(System::String ^ name);
public ProfileGroupSettings (string name);
new System.Web.Configuration.ProfileGroupSettings : string -> System.Web.Configuration.ProfileGroupSettings
Public Sub New (name As String)
参数
- name
- String
新组的名称。
注解
构造 ProfileGroupSettings 函数不打算直接从代码使用。 它由 ASP.NET 配置系统调用。 可以使用GetSection该方法获取类的ProfileGroupSettings实例。