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