IUserIsWebLoginEnabled Property |
Does the user have login rights to CRM 5 web client? Note, the user must also have Login rights.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsWebLoginEnabled { get; set; }
Property IsWebLoginEnabled As Boolean
Get
Set
Dim instance As IUser
Dim value As Boolean
value = instance.IsWebLoginEnabled
instance.IsWebLoginEnabled = value
property bool IsWebLoginEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also