Locator Property

Gets the address value.

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

Syntax

'Declaration
Public Property Locator As String
    Get
    Friend Set
'Usage
Dim instance As StoreContact
Dim value As String

value = instance.Locator
public string Locator { get; internal set; }
public:
property String^ Locator {
    String^ get ();
    internal: void set (String^ value);
}

Property Value

Type: System.String
Returns String.

See Also

Reference

StoreContact Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace