EnumValue.EnumValues Property

Definition

Gets the possible values of an enumeration object.

public:
 property cli::array <System::String ^> ^ EnumValues { cli::array <System::String ^> ^ get(); };
public string[] EnumValues { get; }
member this.EnumValues : string[]
Public ReadOnly Property EnumValues As String()

Property Value

String[]

An array of type String that contains the possible values of the enumeration object.

Applies to