VSAssembly 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
VSAssembly() | |
VSAssembly(ICursor) | |
VSAssembly(Int32) |
VSAssembly()
public:
VSAssembly();
public VSAssembly ();
Public Sub New ()
Applies to
VSAssembly(ICursor)
public:
VSAssembly(Microsoft::Dynamics::AX::DataAccess::Kernel::ICursor ^ ptr1);
public VSAssembly (Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor ptr1);
new Dynamics.AX.Application.VSAssembly : Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor -> Dynamics.AX.Application.VSAssembly
Public Sub New (ptr1 As ICursor)
Parameters
- ptr1
- Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor
Applies to
VSAssembly(Int32)
public:
VSAssembly(int num1);
public VSAssembly (int num1);
new Dynamics.AX.Application.VSAssembly : int -> Dynamics.AX.Application.VSAssembly
Public Sub New (num1 As Integer)
Parameters
- num1
- Int32