IdentitySection Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.