SqlSystem.createLoginProperty 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 the login property to the database.
public:
virtual Dynamics::AX::Application::LoginProperty ^ createLoginProperty();
public virtual Dynamics.AX.Application.LoginProperty createLoginProperty();
abstract member createLoginProperty : unit -> Dynamics.AX.Application.LoginProperty
override this.createLoginProperty : unit -> Dynamics.AX.Application.LoginProperty
Public Overridable Function createLoginProperty () As LoginProperty
Returns
The login property that was created.