Udostępnij za pośrednictwem


IdentitySection Konstruktor

Definicja

Inicjuje IdentitySection nowe wystąpienie klasy przy użyciu parametrów domyślnych.

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

Przykłady

W poniższym przykładzie kodu pokazano, jak utworzyć IdentitySection obiekt.

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

Uwagi

Ten konstruktor jest przeznaczony tylko do użytku wewnętrznego.

Dotyczy