ProvideServiceAttributeBase::ServiceName Property

 

Gets or sets the name of the service.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ ServiceName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The service name.

Return to top
Show: