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