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 Sub New

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.
Dim myContractReference As New ContractReference()

.NET Framework
Available since 1.1
Return to top
Show: