ServiceElement::Name Property

 

Gets or sets the unique name of this service.

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

public:
[ConfigurationPropertyAttribute("name", Options = ConfigurationPropertyOptions::None | ConfigurationPropertyOptions::IsRequired | ConfigurationPropertyOptions::IsKey)]
[StringValidatorAttribute(MinLength = 1)]
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The unique name of this service.

.NET Framework
Available since 3.0
Return to top
Show: