Share via


EnumProperty.IPropertyDefinition.Validate(Object, Object) Method

Definition

Validates the property definition of an enumeration.

 virtual void Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition.Validate(System::Object ^ component, System::Object ^ value) = Microsoft::ReportingServices::RdlObjectModel::IPropertyDefinition::Validate;
void IPropertyDefinition.Validate (object component, object value);
abstract member Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition.Validate : obj * obj -> unit
override this.Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition.Validate : obj * obj -> unit
Sub Validate (component As Object, value As Object) Implements IPropertyDefinition.Validate

Parameters

component
Object

The component of the property.

value
Object

The value of the property.

Implements

Applies to