Gets the singleton instance of the BlogSettings class.
Namespace: BlogEngine.Core
Assembly: BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public static BlogSettings Instance{ get;}
Public Shared ReadOnly Property Instance As BlogSettings
public: static property BlogSettings^ Instance { BlogSettings^ get (); }
Field Value
A singleton instance of the BlogSettings class.
Remarks
See Also
BlogSettings Class
BlogEngine.Core Namespace