Click or drag to resize

ServiceProcessName Property

Gets or sets the name of the ServiceProcess.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public string Name { get; set; }
View Source

Property Value

String

Implements

IProvideStatusName
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null or empty string.
See Also