| ISessionManagerUserId Property |
Gets or sets the user identifier.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxstring UserId { get; set; }Property UserId As String
Get
Set
property String^ UserId {
String^ get ();
void set (String^ value);
}abstract UserId : string with get, set
Property Value
Type:
String
The user identifier.
See Also