GeoCoordinates.Altitude property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Property Altitude As Nullable(Of Double)
Get
Set
'Usage
Dim instance As GeoCoordinates
Dim value As Nullable(Of Double)
value = instance.Altitude
instance.Altitude = value
public Nullable<double> Altitude { get; set; }
Property value
Type: System.Nullable<Double>