Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a boolean value indicating whether the user extension is shown in Launchpad.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
bool IsShownInLaunchpad { get; set; }
property bool IsShownInLaunchpad {
bool get();
void set(bool value);
}
Property IsShownInLaunchpad As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
IUserExtensionProperties Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top