EnumMemberAttribute.IsValueSetExplicitly Property

Definition

Gets whether the Value has been explicitly set.

public:
 property bool IsValueSetExplicitly { bool get(); };
public bool IsValueSetExplicitly { get; }
member this.IsValueSetExplicitly : bool
Public ReadOnly Property IsValueSetExplicitly As Boolean

Property Value

true if the value has been explicitly set; otherwise, false.

Applies to