ConfigurationAttributeSchema.IsCombinedKey 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 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.