EnumProperty.Validate(Object, Int32) Method

Definition

Validates the enumeration property using the specified component and value.

public:
 void Validate(System::Object ^ component, int value);
public void Validate (object component, int value);
member this.Validate : obj * int -> unit
Public Sub Validate (component As Object, value As Integer)

Parameters

component
Object

The component of the enumeration property.

value
Int32

The value of the enumeration property.

Applies to