DataPA Enterprise Dashboard Controls 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
C# |
---|
public string UserName { get; set; } |
Visual Basic |
---|
Public Property UserName As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ UserName {
String^ get () sealed;
void set (String^ value) sealed;
} |
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