Gets whether the object is valid or not.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsValid{ get;}
Public ReadOnly Property IsValid As Boolean
public:
property bool IsValid {
	bool get ();
}

See Also