RemoteAttributeBase.IsValid(Object) Method

Definition

Determines whether the specified value of the object is valid.

public:
 override bool IsValid(System::Object ^ value);
public override bool IsValid (object value);
public override bool IsValid (object? value);
override this.IsValid : obj -> bool
Public Overrides Function IsValid (value As Object) As Boolean

Parameters

value
Object

Returns

Remarks

Always returns true since this ValidationAttribute does no validation itself. Related validations occur only when the client sends a validation request.

Applies to