Click or drag to resize

ClientHelperUsername Property

Gets or sets the username of the ClientHelper's user to be used for authenticating with the ServiceHelper.

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

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being specified is a null string.
See Also