LinkLauncher.LinksFound Property
Gets or sets a value that indicates whether any items were loaded into the list.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool LinksFound { get; }
public:
property bool LinksFound {
bool get();
}
Public ReadOnly Property LinksFound As Boolean
Property Value
Type: System.Boolean
A System.Boolean: true if items were loaded into the list; otherwise, false.
See Also
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top