DictIndex.allowDuplicates Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value of the allowDuplicates property for the index.
public:
virtual bool allowDuplicates();
public virtual bool allowDuplicates ();
abstract member allowDuplicates : unit -> bool
override this.allowDuplicates : unit -> bool
Public Overridable Function allowDuplicates () As Boolean
Returns
true if the index allows duplicates; otherwise, false.