| SmartTestEnum Property |
Note: This API is now obsolete.
Creates a new range of Enum
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use EnumRange, so that there is no conflict with System.Enum")]
public static EnumType Enum { get; }
<ObsoleteAttribute("Use EnumRange, so that there is no conflict with System.Enum")>
Public Shared ReadOnly Property Enum As EnumType
Get
public:
[ObsoleteAttribute(L"Use EnumRange, so that there is no conflict with System.Enum")]
static property EnumType^ Enum {
EnumType^ get ();
}
[<ObsoleteAttribute("Use EnumRange, so that there is no conflict with System.Enum")>]
static member Enum : EnumType with get
Property Value
Type:
EnumTypeRemarks
It is obsolete now. You should use
EnumRange instead.
See Also