IsPassword - verify password value against credentials
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsPassword(
string Password
)
Function IsPassword (
Password As String
) As Boolean
Dim instance As IUser
Dim Password As String
Dim returnValue As Boolean
returnValue = instance.IsPassword(Password)
bool IsPassword(
[InAttribute] String^ Password
)
Parameters
- Password
- Type: SystemString
Return Value
Type:
Boolean
See Also