Gets or sets the connection string used to connect to the Work-list SQL Server database.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property ConnectionString As String |
C# | |
---|
public string ConnectionString {get;} |
Property Value
A
System.String representing The connection string used to connect to the work-list SQL Compact Server database.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also