OpenFrom Property

Gets the open from value.

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

Syntax

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

value = instance.OpenFrom
[DataMemberAttribute]
public int OpenFrom { get; internal set; }
[DataMemberAttribute]
public:
property int OpenFrom {
    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