SecurityRights.newUser(String) 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 specified user.
public:
static Dynamics::AX::Application::SecurityRights ^ newUser(System::String ^ _user);
public static Dynamics.AX.Application.SecurityRights newUser (string _user);
static member newUser : string -> Dynamics.AX.Application.SecurityRights
Public Shared Function newUser (_user As String) As SecurityRights
Parameters
- _user
- String
Returns
The SecurityRights instance that was created.