UseOrderNumberReference Property

Gets or sets a value indicating whether order number reference should be used.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property UseOrderNumberReference As Boolean
    Get
    Set
'Usage
Dim instance As CustomerData
Dim value As Boolean

value = instance.UseOrderNumberReference

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

Property Value

Type: System.Boolean
If true use order number reference; otherwise, false.

See Also

Reference

CustomerData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace