In a 3-tier client application, this property gets or sets the URL of the data library located on the server.

Namespace:  C1.Web.Data
Assembly:  C1.Web.Data.2 (in C1.Web.Data.2.dll)

Syntax

C#
[SettingsBindableAttribute(true)]
public string DataLibraryUrl { get; set; }
Visual Basic (Declaration)
<SettingsBindableAttribute(True)> _
Public Property DataLibraryUrl As String
	Get
	Set

See Also