TaskType.Mileage Property
The Mileage property gets or sets a string value that represents the mileage for a task.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Mileage As String
Get
Set
'Usage
Dim instance As TaskType
Dim value As String
value = instance.Mileage
instance.Mileage = value
public string Mileage { get; set; }
Property Value
Type: System.String
The Mileage property returns a string value that represents the mileage for a task.
See Also