ConfigurationAttributeSchema.IsUniqueKey Property

Definition

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.

Applies to