|   | ClientInfoClientPassword Property | 
        
        
            Gets the password portion of the credentials supplied by the client.
            
        
        Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string ClientPassword { get; }Public ReadOnly Property ClientPassword As String
	Get
public:
property String^ ClientPassword {
	String^ get ();
}member ClientPassword : string with get
function get_ClientPassword();
Property Value
String See Also
See Also