 | CommonContractTypeVSCTermMiles Property |
If the warranty being sold is tied to a vehicle service contract, this field represents the term in miles of the VSC. This field is only used for rare VSC refund programs administered by IAS.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> VSCTermMiles { get; set; }
Public Property VSCTermMiles As Nullable(Of Integer)
Get
Set
function get VSCTermMiles () : Nullable<int>
function set VSCTermMiles (value : Nullable<int>)
function get_VSCTermMiles();
function set_VSCTermMiles(value);
Property Value
Type:
NullableInt32
See Also