Share via


EnumMemberConfiguration.AddedExplicitly Property

Definition

Gets or sets a value that is true if the member was added by the user; false if it was inferred through conventions.

public bool AddedExplicitly { get; set; }
member this.AddedExplicitly : bool with get, set
Public Property AddedExplicitly As Boolean

Property Value

Remarks

The default value is true

Applies to