Longitude Property

Gets the location longitude.

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

Syntax

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

value = instance.Longitude
[DataMemberAttribute]
public decimal Longitude { get; internal set; }
[DataMemberAttribute]
public:
property Decimal Longitude {
    Decimal get ();
    internal: void set (Decimal value);
}

Property Value

Type: System.Decimal
Returns Decimal.

See Also

Reference

StoreLocation Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace