 | CommonVehicleDescriptorTypeChromeStyleID Property |
The "Style ID" is an integer value acquired from Chrome which describes a specific vehicle (year, manufacturer, model, and trim level).
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> ChromeStyleID { get; set; }
Public Property ChromeStyleID As Nullable(Of Integer)
Get
Set
function get ChromeStyleID () : Nullable<int>
function set ChromeStyleID (value : Nullable<int>)
function get_ChromeStyleID();
function set_ChromeStyleID(value);
Property Value
Type:
NullableInt32
See Also