Partager via


IdentitySection Constructeur

Définition

Initialise une nouvelle instance de la classe IdentitySection à l'aide de paramètres par défaut.

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

Exemples

L’exemple de code suivant montre comment créer un IdentitySection objet.

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

Remarques

Ce constructeur est réservé à un usage interne uniquement.

S’applique à