StoreLocation Property

Gets the instance of StoreLocation.

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

Syntax

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

value = instance.StoreLocation

instance.StoreLocation = value
[DataMemberAttribute]
public StoreLocation StoreLocation { get; set; }
[DataMemberAttribute]
public:
property StoreLocation^ StoreLocation {
    StoreLocation^ get ();
    void set (StoreLocation^ value);
}

Property Value

Type: Microsoft.Dynamics.Commerce.Runtime.DataModel.StoreLocation
Returns StoreLocation.

See Also

Reference

StoreAvailability Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace