ServiceElement Constructor (String^)

 

Initializes a new instance of the ServiceElement class with the type of the service to be instantiated.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
ServiceElement(
	String^ serviceName
)

Parameters

serviceName
Type: System::String^

The type of the service to be instantiated.

.NET Framework
Available since 3.0
Return to top
Show: