Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Instance.UserMicrosoft Dynamics AX 2009 Application Object Server User

Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Instance.User (ClassType)

Represents a user in the Microsoft Dynamics AX 2009 environment

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId92520de7-6027-3e28-804a-b47dbc510857

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Instance.User:
UserID  string  User ID false 256  False 
UserName  string  User Name false 256  False 
UserSessionType  string  Session Type false 256  False 
UserSessionState  string  Session State false 256  False 
UserLoginDate  string  Login Date Time false 256  False 
UserSessionId  string  Session ID true 256  False 
UserSID  string  User SID false 256  False 
NetworkName  string  Network Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.AX.Management.Pack.DynamicsServer.Instance.User" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="UserID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UserName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UserSessionType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UserSessionState" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UserLoginDate" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UserSessionId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UserSID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NetworkName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>