ContractTypeNameElement Constructors

Definition

Creates a new instance of the ContractTypeNameElement class.

Overloads

ContractTypeNameElement()

Creates a new instance of the ContractTypeNameElement class.

ContractTypeNameElement(String, String)

Creates a new instance of the ContractTypeNameElement class using the specified contract type name and namespace name.

ContractTypeNameElement()

Creates a new instance of the ContractTypeNameElement class.

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

Applies to

ContractTypeNameElement(String, String)

Creates a new instance of the ContractTypeNameElement class using the specified contract type name and namespace name.

public:
 ContractTypeNameElement(System::String ^ name, System::String ^ ns);
public ContractTypeNameElement (string name, string ns);
new System.ServiceModel.Discovery.Configuration.ContractTypeNameElement : string * string -> System.ServiceModel.Discovery.Configuration.ContractTypeNameElement
Public Sub New (name As String, ns As String)

Parameters

name
String

The type name of a workflow service contract.

ns
String

The namespace name of the workflow service contract.

Applies to