Gets or sets whether indexes derived from this index should
maintain the uniqueness of keys.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool KeepUnique { get; set; }
Public Property KeepUnique As Boolean
Get
Set
public:
property bool KeepUnique {
bool get ();
void set (bool value);
}
member KeepUnique : bool with get, set
Property Value
Type:
Boolean
Reference