PolicyImporterElement Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da PolicyImporterElement classe.
Sobrecargas
| Name | Description |
|---|---|
| PolicyImporterElement() |
Inicializa uma nova instância da PolicyImporterElement classe. |
| PolicyImporterElement(String) |
Inicializa uma nova instância da PolicyImporterElement classe com um tipo de política específico. |
| PolicyImporterElement(Type) |
Inicializa uma nova instância da PolicyImporterElement classe com um tipo de política específico. |
PolicyImporterElement()
Inicializa uma nova instância da PolicyImporterElement classe.
public:
PolicyImporterElement();
public PolicyImporterElement();
Public Sub New ()
Aplica-se a
PolicyImporterElement(String)
Inicializa uma nova instância da PolicyImporterElement classe com um tipo de política específico.
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)
Parâmetros
- type
- String
O tipo de apólice.
Aplica-se a
PolicyImporterElement(Type)
Inicializa uma nova instância da PolicyImporterElement classe com um tipo de política específico.
public:
PolicyImporterElement(Type ^ type);
public PolicyImporterElement(Type type);
new System.ServiceModel.Configuration.PolicyImporterElement : Type -> System.ServiceModel.Configuration.PolicyImporterElement
Public Sub New (type As Type)
Parâmetros
- type
- Type
O tipo de apólice.