ConfigurationAttributeSchema.IsCombinedKey Property

Definition

Gets a value indicating whether this attribute is part of a multiple-attribute key for a collection.

public:
 property bool IsCombinedKey { bool get(); };
public bool IsCombinedKey { get; }
member this.IsCombinedKey : bool
Public ReadOnly Property IsCombinedKey As Boolean

Property Value

true if the attribute is part of a multiple-attribute key; otherwise, false.

Remarks

To test whether this attribute is part of a unique key, see the IsUniqueKey property.

Applies to