Gets the next post relative to this one based on time.

Remarks

If this post is the newest, then it returns null.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Post Next{ get;}
Public ReadOnly Property Next As Post
public:
property Post^ Next {
	Post^ get ();
}

See Also

Post Class
BlogEngine.Core Namespace