IUserIsIntellisyncEnabled Property |
Does the user have Sync engine rights?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsIntellisyncEnabled { get; set; }
Property IsIntellisyncEnabled As Boolean
Get
Set
Dim instance As IUser
Dim value As Boolean
value = instance.IsIntellisyncEnabled
instance.IsIntellisyncEnabled = value
property bool IsIntellisyncEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also