Miner.Interop.Process.Session Assembly > Miner.Interop.Process Namespace : IMMSession Interface |
For a list of all members of this type, see IMMSession members.
Name | Description | |
---|---|---|
![]() | CreateDate | The date the session was created (as date). This value corresponds to the Create_Date field's value in the MM_Session table. |
![]() | CreateUser | The user who created the session (as string). This value corresponds to the Create_User field's value in the MM_Session table. |
![]() | Description | A description of the session (as string). This value corresponds to the Description field's value in the MM_Session table. |
![]() | ID | A unique identifier (as long) for the Session. This value corresponds to the Session_ID field's value in the MM_Session table. |
![]() | Name | The name of the session. This value corresponds to the Session_Name field's value in the MM_Session table (as string). |
![]() | Owner | This property returns the display name of the owner from the MM_PX_USERS table. If it doesn't exist, then it returns the value in the Name field. This value corresponds to the Current_Owner field's value in the MM_Session table (as string). |