ISessionExplorer.AppsUI Property
Sets the AppsUI value.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim instance As ISessionExplorer
Dim value As IApplicationUI
instance.AppsUI = value
Syntax
'Declaration
WriteOnly Property AppsUI As IApplicationUI
IApplicationUI AppsUI { set; }
property IApplicationUI^ AppsUI {
void set (IApplicationUI^ value);
}
/** @property */
void set_AppsUI (IApplicationUI value)
function set AppsUI (value : IApplicationUI)
Property Value
Returns IApplicationUI.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ISessionExplorer Interface
ISessionExplorer Members
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.