Share via


GetObject 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]

Creates an AxaptaObject object and attaches it to a global Axapta object.

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

Syntax

'Declaration
<SecurityCriticalAttribute> _
Public Function GetObject ( _
    objectName As String _
) As AxaptaObjectWrapper
'Usage
Dim instance As AxaptaWrapper
Dim objectName As String
Dim returnValue As AxaptaObjectWrapper

returnValue = instance.GetObject(objectName)
[SecurityCriticalAttribute]
public AxaptaObjectWrapper GetObject(
    string objectName
)
[SecurityCriticalAttribute]
public:
AxaptaObjectWrapper^ GetObject(
    String^ objectName
)

Parameters

Return Value

Type: Microsoft.Dynamics.Framework.Reports.AxaptaObjectWrapper
The Axapta object that is created.

See Also

Reference

AxaptaWrapper Class

Microsoft.Dynamics.Framework.Reports Namespace