ServiceProcessDescriptionAttribute::Description Property

 

Gets description text associated with the service process.

Namespace:   System.ServiceProcess
Assembly:  System.ServiceProcess (in System.ServiceProcess.dll)

public:
property String^ Description {
	virtual String^ get() override;
}

Property Value

Type: System::String^

An application-defined description.

.NET Framework
Available since 1.1
Return to top
Show: