Share via


GetContainerCount 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 container objects.

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

Syntax

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

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

Return Value

Type: System.Int32
The number of Axapta container objects.

See Also

Reference

AxaptaWrapper Class

Microsoft.Dynamics.Framework.Reports Namespace