ConfigurationAttributeSchema.IsUniqueKey Property
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.
Gets a value indicating whether this attribute is the unique key for a collection.
public:
property bool IsUniqueKey { bool get(); };
public bool IsUniqueKey { get; }
member this.IsUniqueKey : bool
Public ReadOnly Property IsUniqueKey As Boolean
Property Value
true
if the attribute is the unique key for a collection; otherwise, false
.
Remarks
To test whether this attribute is part of a combined key, see the IsCombinedKey property.