PolicyImporterElement Конструкторы

Определение

Инициализирует новый экземпляр класса PolicyImporterElement.

Перегрузки

PolicyImporterElement()

Инициализирует новый экземпляр класса PolicyImporterElement.

PolicyImporterElement(String)

Инициализирует новый экземпляр класса PolicyImporterElement с указанным типом политики.

PolicyImporterElement(Type)

Инициализирует новый экземпляр класса PolicyImporterElement с указанным типом политики.

PolicyImporterElement()

Инициализирует новый экземпляр класса PolicyImporterElement.

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

Применяется к

PolicyImporterElement(String)

Инициализирует новый экземпляр класса PolicyImporterElement с указанным типом политики.

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)

Параметры

type
String

Тип политики.

Применяется к

PolicyImporterElement(Type)

Инициализирует новый экземпляр класса PolicyImporterElement с указанным типом политики.

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

Параметры

type
Type

Тип политики.

Применяется к