DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Gets and sets the
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public string UserGroup { get; set; } |
| Visual Basic |
|---|
Public Property UserGroup As String Get Set |
| Visual C++ |
|---|
public: virtual property String^ UserGroup { String^ get () sealed; void set (String^ value) sealed; } |