ISettingsViewUsers Property |
Gets the list of configured users.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax NotifyList<IUser> Users { get; }
ReadOnly Property Users As NotifyList(Of IUser)
Get
property NotifyList<IUser^>^ Users {
NotifyList<IUser^>^ get ();
}
abstract Users : NotifyList<IUser> with get
Property Value
Type:
NotifyListIUserSee Also