Parent blog post for all comments in this module

Namespace: MonoSoftware.MonoX.ModuleGallery.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public BlogPostEntity BlogPost { get; set; }
Visual Basic
Public Property BlogPost As BlogPostEntity
	Get
	Set
Visual C++
public:
property BlogPostEntity^ BlogPost {
	BlogPostEntity^ get ();
	void set (BlogPostEntity^ value);
}
F#
member BlogPost : BlogPostEntity with get, set

Property Value

Type: BlogPostEntity

See Also