Click or drag to resize

ServiceResponseType Property

Gets or sets the plain-text type of the ServiceResponse.

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

Property Value

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