Gets the insance of the BaseNewsPart class.

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

Syntax

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

Property Value

Type: BaseNewsPart

See Also