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 : AuthenticationData Property |
public Table<AuthenticationData> AuthenticationData {get;}
'Declaration
Public ReadOnly Property AuthenticationData As Table(Of AuthenticationData)
'Usage
Dim instance As Database Dim value As Table(Of AuthenticationData) value = instance.AuthenticationData
public: property Table<AuthenticationData^>^ AuthenticationData { Table<AuthenticationData^>^ get(); }