Share via


GetLoggedOnAxaptaObjectCount Method

This member has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses this member throws a MethodAccessException.[SECURITY CRITICAL]

Retrieves the number of users logged on to the Microsoft Dynamics AX system.

Namespace:  Microsoft.Dynamics.Framework.Reports
Assembly:  Microsoft.Dynamics.Framework.Reports (in Microsoft.Dynamics.Framework.Reports.dll)

Syntax

'Declaration
<SecurityCriticalAttribute> _
Public Function GetLoggedOnAxaptaObjectCount As Integer
'Usage
Dim instance As AxaptaWrapper
Dim returnValue As Integer

returnValue = instance.GetLoggedOnAxaptaObjectCount()
[SecurityCriticalAttribute]
public int GetLoggedOnAxaptaObjectCount()
[SecurityCriticalAttribute]
public:
int GetLoggedOnAxaptaObjectCount()

Return Value

Type: System.Int32
The number of users logged on to the Microsoft Dynamics AX system.

See Also

Reference

AxaptaWrapper Class

Microsoft.Dynamics.Framework.Reports Namespace