IdentitySection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用默认参数初始化 IdentitySection 类的新实例。
public:
IdentitySection();
public IdentitySection ();
Public Sub New ()
示例
下面的代码示例演示如何创建 IdentitySection 对象。
// Create a new IdentitySection object.
System.Web.Configuration.IdentitySection newidentitySection = new System.Web.Configuration.IdentitySection();
' Create a new IdentitySection object.
Dim newidentitySection As New System.Web.Configuration.IdentitySection()
注解
此构造函数仅供内部使用。