FieldGeolocationValue.Latitude property

Specifies the latitude value for Geolocation field.

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

Syntax

'Declaration
Public Property Latitude As Double
    Get
    Set
'Usage
Dim instance As FieldGeolocationValue
Dim value As Double

value = instance.Latitude

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

Property value

Type: System.Double
A double that contains the latitude

See also

Reference

FieldGeolocationValue class

FieldGeolocationValue members

Microsoft.SharePoint.Client namespace