[This is preliminary documentation and is subject to change.]
Gets the OfficeClip.DBLayer.ConnectionString property encapsulates
a callout to the ASP+ Config System to obtain the
database connection string for the application.
Namespace:
OfficeClip.DBLayerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string ConnectionString { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property ConnectionString As String |
Visual C++ |
---|
public: property String^ ConnectionString { String^ get (); } |