IdentitySection Konstruktor

Definition

Initierar en ny instans av klassen med hjälp av IdentitySection standardparametrar.

public:
 IdentitySection();
public IdentitySection();
Public Sub New ()

Exempel

I följande kodexempel visas hur du skapar ett IdentitySection objekt.

// 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()

Kommentarer

Den här konstruktorn är endast avsedd för internt bruk.

Gäller för