Share via


GetBufferCount 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 buffer objects.

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

Syntax

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

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

Return Value

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

See Also

Reference

AxaptaWrapper Class

Microsoft.Dynamics.Framework.Reports Namespace