 | IClaimsClaimTypeReportedMiles Property |
[Missing <summary> documentation for "P:IAS.IClaims.ClaimType.ReportedMiles"]
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> ReportedMiles { get; set; }
Public Property ReportedMiles As Nullable(Of Integer)
Get
Set
function get ReportedMiles () : Nullable<int>
function set ReportedMiles (value : Nullable<int>)
function get_ReportedMiles();
function set_ReportedMiles(value);
Property Value
Type:
NullableInt32
See Also