IDesktopFeatureAccess.SendApplicationToUnknownPanel Method
Sends the application to an unknown panel.
Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)
Usage
'Usage
Dim instance As IDesktopFeatureAccess
Dim panel As IPanel
Dim app As IHostedApplication
instance.SendApplicationToUnknownPanel(panel, app)
Syntax
'Declaration
Sub SendApplicationToUnknownPanel ( _
panel As IPanel, _
app As IHostedApplication _
)
void SendApplicationToUnknownPanel (
IPanel panel,
IHostedApplication app
)
void SendApplicationToUnknownPanel (
IPanel^ panel,
IHostedApplication^ app
)
void SendApplicationToUnknownPanel (
IPanel panel,
IHostedApplication app
)
function SendApplicationToUnknownPanel (
panel : IPanel,
app : IHostedApplication
)
Parameters
- panel
Specifies the panel.
- app
Specifies the application.
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
IDesktopFeatureAccess Interface
IDesktopFeatureAccess Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.