PolicyImporterElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy PolicyImporterElement.

Przeciążenia

PolicyImporterElement()

Inicjuje nowe wystąpienie klasy PolicyImporterElement.

PolicyImporterElement(String)

Inicjuje nowe wystąpienie PolicyImporterElement klasy z określonym typem zasad.

PolicyImporterElement(Type)

Inicjuje nowe wystąpienie PolicyImporterElement klasy z określonym typem zasad.

PolicyImporterElement()

Inicjuje nowe wystąpienie klasy PolicyImporterElement.

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

Dotyczy

PolicyImporterElement(String)

Inicjuje nowe wystąpienie PolicyImporterElement klasy z określonym typem zasad.

public:
 PolicyImporterElement(System::String ^ type);
public PolicyImporterElement (string type);
new System.ServiceModel.Configuration.PolicyImporterElement : string -> System.ServiceModel.Configuration.PolicyImporterElement
Public Sub New (type As String)

Parametry

type
String

Typ zasad.

Dotyczy

PolicyImporterElement(Type)

Inicjuje nowe wystąpienie PolicyImporterElement klasy z określonym typem zasad.

public:
 PolicyImporterElement(Type ^ type);
public PolicyImporterElement (Type type);
new System.ServiceModel.Configuration.PolicyImporterElement : Type -> System.ServiceModel.Configuration.PolicyImporterElement
Public Sub New (type As Type)

Parametry

type
Type

Typ zasad.

Dotyczy