LSDiscoveryFormContext.DiscoveryTable Property
A DataTable object that contains information used for data discovery.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public DataTable DiscoveryTable { get; }
public:
property DataTable^ DiscoveryTable {
DataTable^ get();
}
member DiscoveryTable : DataTable with get
Public ReadOnly Property DiscoveryTable As DataTable
Property Value
Type: System.Data.DataTable
A DataTable object that contains information used for data discovery.
See Also
LSDiscoveryFormContext Class
System.Web.Security.SingleSignOn Namespace
Return to top