ContractTypeNameElement 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.
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.