ContractReference Constructor ()

 

Initializes a new instance of the ContractReference class using default values.

Namespace:   System.Web.Services.Discovery
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
ContractReference()

Use this constructor to create and initialize a new instance of the ContractReference class using default values.

The following code example creates a new instance of ContractReference.

// Call the Constructor of ContractReference.
ContractReference^ myContractReference = gcnew ContractReference;

.NET Framework
Available since 1.1
Return to top
Show: