Class Context
Represents the Context.
public class Context
- Inheritance
-
Context
- Inherited Members
Properties
ContextId
ID of the Context.
public string ContextId { get; set; }
Property Value
UserId
ID of the current user in the Context.
public string UserId { get; set; }