Share via


GetObjectCount 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 Axapta objects.

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

Syntax

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

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

Return Value

Type: System.Int32
The number of Axapta objects.

See Also

Reference

AxaptaWrapper Class

Microsoft.Dynamics.Framework.Reports Namespace