IsNone Property

Gets a value indicating whether an unbounded search space has been set.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property IsNone As Boolean
    Get
    Private Set
'Usage
Dim instance As SearchArea
Dim value As Boolean

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

Property Value

Type: System.Boolean
If true the search area is unbounded; otherwise, false.

See Also

Reference

SearchArea Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace