Click or drag to resize

ClientHelperPassword Property

Gets or sets the password of the ClientHelper's user to be used for authenticating is null the ServiceHelper.

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

Property Value

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