Distance Property

Gets the distance to the location.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Distance As Double
    Get
    Friend Set
'Usage
Dim instance As StoreLocation
Dim value As Double

value = instance.Distance
[DataMemberAttribute]
public double Distance { get; internal set; }
[DataMemberAttribute]
public:
property double Distance {
    double get ();
    internal: void set (double value);
}

Property Value

Type: System.Double
Returns Double.

See Also

Reference

StoreLocation Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace