 | CommonContractTypeIsCommercial Property |
A flag indicating whether or not the contract is for a commercial vehicle.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsCommercial { get; set; }
Public Property IsCommercial As Boolean
Get
Set
function get IsCommercial () : boolean
function set IsCommercial (value : boolean)
function get_IsCommercial();
function set_IsCommercial(value);
Property Value
Type:
Boolean
See Also