Owner Property (ValidationEntry)
In This Topic
Gets the object that owns the validation entry.
Syntax
'Declaration
Public ReadOnly Property Owner As Object
public object Owner {get;}
Property Value
An
System.Object representing the owner of the validation entry.
See Also