Gets the instance of the base blog part.

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

Syntax

C#
public static BaseBlogPart Instance { get; }
Visual Basic
Public Shared ReadOnly Property Instance As BaseBlogPart
	Get
Visual C++
public:
static property BaseBlogPart^ Instance {
	BaseBlogPart^ get ();
}
F#
static member Instance : BaseBlogPart with get

Property Value

Type: BaseBlogPart

See Also