IndexInfoIsUnique Property |
Gets a value indicating whether the index is unique.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public bool IsUnique { get; }
Public ReadOnly Property IsUnique As Boolean
Get
member IsUnique : bool with get
Property Value
Type:
BooleanSee Also