Returns the
Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property UserContext As UserContext _ Implements IAppContext.UserContext |
| C# |
|---|
| public UserContext UserContext { get; } |
| C++ |
|---|
| public property UserContext UserContext sealed { UserContext get(); } |
| J# |
|---|
| /** property */ public UserContext get_UserContext(); |
| JScript |
|---|
| public function get UserContext() : UserContext |