Partager via


MemberUniqueNameStyle Enum

Definition

Determines how unique names are generated for members of hierarchies contained within the specified element.

public enum MemberUniqueNameStyle
type MemberUniqueNameStyle = 
Public Enum MemberUniqueNameStyle
Inheritance
MemberUniqueNameStyle

Fields

Name Value Description
Native 0

The instance automatically determines the unique names of members.

NamePath 1

The instance generates a compound name consisting of each level and the caption of the member.

Applies to