PropertyDefinition<T>.IPropertyDefinition.Validate Method

Definition

Validates whether the given value is of valid type T and within the minimum and maximum value.

 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 that contains this property.

value
Object

The object to validate.

Implements

Applies to