LSCleanupFormContext.Applications Property
Gets a DataTable that contains data about the applications used to connect to the Web form. This property is used as the src attribute of an HTML <img> tag.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public DataTable Applications { get; }
public:
property DataTable^ Applications {
DataTable^ get();
}
member Applications : DataTable with get
Public ReadOnly Property Applications As DataTable
Property Value
Type: System.Data.DataTable
A DataTable that contains data about the applications used to connect to the Web form.
See Also
LSCleanupFormContext Class
System.Web.Security.SingleSignOn Namespace
Return to top