IUserExtensionProperties.IsShownInLaunchpad Property
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