EnumValue.EnumValues 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 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.