xCompany Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
xCompany() | |
xCompany(IntPtr) | |
xCompany(String) |
xCompany()
public:
xCompany();
public xCompany ();
Public Sub New ()
Applies to
xCompany(IntPtr)
public:
xCompany(IntPtr ptr1);
public xCompany (IntPtr ptr1);
new Dynamics.AX.Application.xCompany : nativeint -> Dynamics.AX.Application.xCompany
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
xCompany(String)
public:
xCompany(System::String ^ _company);
public xCompany (string _company);
new Dynamics.AX.Application.xCompany : string -> Dynamics.AX.Application.xCompany
Public Sub New (_company As String)
Parameters
- _company
- String