The Validate method is a virtual method used to validate the object. The default implantation does no validation it simply marks the object as valid.
'Declaration
Public Overridable Function Validate() As System.Boolean
'Usage
Dim instance As BasePublicObject
Dim value As System.Boolean
value = instance.Validate()
public virtual System.bool Validate()
Return Value
Returns true if the validation was successful
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2