LocationRecordId Property

Gets the locator record id.

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

Syntax

'Declaration
Public Property LocationRecordId As Long
    Get
    Friend Set
'Usage
Dim instance As StoreContact
Dim value As Long

value = instance.LocationRecordId
public long LocationRecordId { get; internal set; }
public:
property long long LocationRecordId {
    long long get ();
    internal: void set (long long value);
}

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

StoreContact Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace