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