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

NamePath 1

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

Native 0

The instance automatically determines the unique names of members.

Applies to