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