xAxaptaUserManager.getRolesForUser(String, 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.
Gets roles for the given user.
public:
virtual cli::array <System::Object ^> ^ getRolesForUser(System::String ^ _userName, System::String ^ _company);
public virtual object[] getRolesForUser (string _userName, string _company);
abstract member getRolesForUser : string * string -> obj[]
override this.getRolesForUser : string * string -> obj[]
Public Overridable Function getRolesForUser (_userName As String, _company As String) As Object()
Parameters
- _userName
- String
- _company
- String
Returns
Object[]
A container that holds roles for the given user.