Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.Server.Data Namespace > Database Class : Configuration Property |
public Table<Configuration> Configuration {get;}
'Declaration
Public ReadOnly Property Configuration As Table(Of Configuration)
'Usage
Dim instance As Database Dim value As Table(Of Configuration) value = instance.Configuration
public: property Table<Configuration^>^ Configuration { Table<Configuration^>^ get(); }