MemberKeysUnique Enum
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.
An enumeration of the possible values that apply to member keys uniqueness.
public enum MemberKeysUnique
type MemberKeysUnique =
Public Enum MemberKeysUnique
- Inheritance
-
MemberKeysUnique
Fields
Name | Value | Description |
---|---|---|
NotUnique | 0 | Member keys are not unique. |
Unique | 1 | Member keys are unique. |