IUserIsLoginEnabled Property |
Does the user have login rights to CRM 5? Note, the user may also want to be able to log into one of the clients, like web or windows.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsLoginEnabled { get; set; }
Property IsLoginEnabled As Boolean
Get
Set
Dim instance As IUser
Dim value As Boolean
value = instance.IsLoginEnabled
instance.IsLoginEnabled = value
property bool IsLoginEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also