SPFieldGeolocationValue.Measure property

Gets or sets the measure value for the Geolocation field.

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

Syntax

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

value = instance.Measure

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

Property value

Type: System.Double
The measure.

Remarks

The measure value is a user-defined value.

See also

Reference

SPFieldGeolocationValue class

SPFieldGeolocationValue members

Microsoft.SharePoint namespace