SecurityRights.construct Method
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.
Creates a new security rights instance for the current user.
public:
static Dynamics::AX::Application::SecurityRights ^ construct();
public static Dynamics.AX.Application.SecurityRights construct ();
static member construct : unit -> Dynamics.AX.Application.SecurityRights
Public Shared Function construct () As SecurityRights
Returns
The SecurityRights instance that was created.