OpenTo Property

Gets the open to value.

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

Syntax

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

value = instance.OpenTo
[DataMemberAttribute]
public int OpenTo { get; internal set; }
[DataMemberAttribute]
public:
property int OpenTo {
    int get ();
    internal: void set (int value);
}

Property Value

Type: System.Int32
Returns Int32.

See Also

Reference

StoreLocation Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace