clsImportBaseValidateUser Method
|
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic virtual bool ValidateUser(
MPInterface oInterface,
string sUserCode,
eUserType nBenutzerTyp,
string sProperty
)
Public Overridable Function ValidateUser (
oInterface As MPInterface,
sUserCode As String,
nBenutzerTyp As eUserType,
sProperty As String
) As Boolean
Parameters
- oInterface
- Type: MARIInterfaceMPInterface
- sUserCode
- Type: SystemString
- nBenutzerTyp
- Type: eUserType
- sProperty
- Type: SystemString
Return Value
Type:
Boolean
See Also