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