Compartir a través de


IDesktopFeatureAccess.CreateDynamicApplication Method

Creates a dynamic application.

Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)

Usage

'Usage
Dim instance As IDesktopFeatureAccess
Dim record As ApplicationRecord
Dim returnValue As Boolean

returnValue = instance.CreateDynamicApplication(record)

Syntax

'Declaration
Function CreateDynamicApplication ( _
    record As ApplicationRecord _
) As Boolean
bool CreateDynamicApplication (
    ApplicationRecord record
)
bool CreateDynamicApplication (
    ApplicationRecord^ record
)
boolean CreateDynamicApplication (
    ApplicationRecord record
)
function CreateDynamicApplication (
    record : ApplicationRecord
) : boolean

Parameters

  • record
    Specifies the application record.

Return Value

Type: Boolean
true if the application is created successfully; otherwise, false.

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.