Class UserIdentity
Inheritance
↳ object
↳ UserIdentity
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Runtime
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class UserIdentity
Properties
Identity
Declarationpublic string Identity { get; set; }
Type | Description |
---|---|
string |
UserName
Declarationpublic string UserName { get; set; }
Type | Description |
---|---|
string |