ServiceActivationElement::Service Property

.NET Framework (current version)
 

Gets or sets the name of the service application.

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

public:
[ConfigurationPropertyAttribute("service", Options = ConfigurationPropertyOptions::None)]
[StringValidatorAttribute(MinLength = 0)]
property String^ Service {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of a service application.

.NET Framework
Available since 4.0
Return to top
Show: