RemoteAttribute.IsValid(Object) Method

Definition

This method always returns true.

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

Parameters

value
Object

The validation target.

Returns

true

Applies to