Link.HasLaunched Property
Gets or sets a value that indicates whether this link has been launched. If the link has been launched, the item no longer appears as bold in the list view.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool HasLaunched { get; set; }
public:
property bool HasLaunched {
bool get();
void set(bool value);
}
Public Property HasLaunched As Boolean
Property Value
Type: System.Boolean
A System.Boolean: true if this link has been launched; otherwise, false.
See Also
Link Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top