StoreLocation Class

Represents a store location.

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

Syntax

'Declaration
<DataContractAttribute> _
Public NotInheritable Class StoreLocation _
    Inherits CommerceEntity
'Usage
Dim instance As StoreLocation
[DataContractAttribute]
public sealed class StoreLocation : CommerceEntity
[DataContractAttribute]
public ref class StoreLocation sealed : public CommerceEntity

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.DataModel.CommerceEntity
    Microsoft.Dynamics.Commerce.Runtime.DataModel.StoreLocation

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace