 | InspectorEnumAttributeAllowedValues Property |
Allowed enum values. If not set, all values are allowed.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic Object[] AllowedValues { get; set; }
Public Property AllowedValues As Object()
Get
Set
public:
property array<Object^>^ AllowedValues {
array<Object^>^ get ();
void set (array<Object^>^ value);
}
member AllowedValues : Object[] with get, set
Property Value
Type:
Object
See Also