|   | ClientInfoClientUserCredentials Property | 
        
        
            Gets the credentials in 'username:password' format for authenticating the remote client application's user if a valid 
ClientUser is not available.
            
 GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string ClientUserCredentials { get; }Public ReadOnly Property ClientUserCredentials As String
	Get
public:
property String^ ClientUserCredentials {
	String^ get ();
}member ClientUserCredentials : string with get
function get_ClientUserCredentials();
Property Value
String See Also
See Also