Gets or sets the connection string used to connect to the SQL database.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string MSSQLConnectionString{ get; set;}
Public Property MSSQLConnectionString As String
public:
property String^ MSSQLConnectionString {
	String^ get ();
	void set (String^ value);
}

See Also