Latitude Property

Gets the location latitude.

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

Syntax

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

value = instance.Latitude
[DataMemberAttribute]
public decimal Latitude { get; internal set; }
[DataMemberAttribute]
public:
property Decimal Latitude {
    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