Share via


SPFieldGeolocationValue.Longitude property

Gets or sets the longitude value for the Geolocation field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Longitude As Double
    Get
    Set
'Usage
Dim instance As SPFieldGeolocationValue
Dim value As Double

value = instance.Longitude

instance.Longitude = value
public double Longitude { get; set; }

Property value

Type: System.Double
The longitude.

See also

Reference

SPFieldGeolocationValue class

SPFieldGeolocationValue members

Microsoft.SharePoint namespace