DataPA Enterprise Dashboard Controls API Reference
Gets and sets the username for this user.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.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 for this user.
Return Value
Type:
StringThe username for this user.
Remarks
See Also