Aracılığıyla paylaş


IdentitySection Oluşturucu

Tanım

Varsayılan parametreleri kullanarak sınıfının yeni bir örneğini IdentitySection başlatır.

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

Örnekler

Aşağıdaki kod örneği, bir IdentitySection nesnenin nasıl oluşturulacağını gösterir.

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

Açıklamalar

Bu oluşturucu yalnızca iç kullanım içindir.

Şunlara uygulanır