PolicyImporterElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PolicyImporterElement class.
Overloads
PolicyImporterElement() |
Initializes a new instance of the PolicyImporterElement class. |
PolicyImporterElement(String) |
Initializes a new instance of the PolicyImporterElement class with a specific policy type. |
PolicyImporterElement(Type) |
Initializes a new instance of the PolicyImporterElement class with a specific policy type. |
PolicyImporterElement()
Initializes a new instance of the PolicyImporterElement class.
public:
PolicyImporterElement();
public PolicyImporterElement ();
Public Sub New ()
Applies to
PolicyImporterElement(String)
Initializes a new instance of the PolicyImporterElement class with a specific policy type.
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)
Parameters
- type
- String
The type of policy.
Applies to
PolicyImporterElement(Type)
Initializes a new instance of the PolicyImporterElement class with a specific policy type.
public:
PolicyImporterElement(Type ^ type);
public PolicyImporterElement (Type type);
new System.ServiceModel.Configuration.PolicyImporterElement : Type -> System.ServiceModel.Configuration.PolicyImporterElement
Public Sub New (type As Type)
Parameters
- type
- Type
The type of policy.