ClientConfigUserName Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the username the user has logged in with.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string UserName { get; set; }
Public Property UserName As String
Get
Set
public:
virtual property String^ UserName {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_UserName();
function set_UserName(value);
Property Value
Type:
StringThe username the user has logged in with.
Return Value
Type:
StringThe username the user has logged in with.
Remarks See Also