EnumTypeConfiguration.AddedExplicitly 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 or sets a value that is true if the type's name or namespace was set 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 false.