IUserIsWinLoginEnabled Property |
Does the user have login rights to CRM 5 windows 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 IsWinLoginEnabled { get; set; }
Property IsWinLoginEnabled As Boolean
Get
Set
Dim instance As IUser
Dim value As Boolean
value = instance.IsWinLoginEnabled
instance.IsWinLoginEnabled = value
property bool IsWinLoginEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also