Udostępnij za pośrednictwem


HostedApplication.IsImplicitAction Method

Returns true for actions that do not have to be configured

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim actionName As String
Dim returnValue As Boolean

returnValue = HostedApplication.IsImplicitAction(actionName)

Syntax

'Declaration
Public Shared Function IsImplicitAction ( _
    actionName As String _
) As Boolean
public static bool IsImplicitAction (
    string actionName
)
public:
static bool IsImplicitAction (
    String^ actionName
)
public static boolean IsImplicitAction (
    String actionName
)
public static function IsImplicitAction (
    actionName : String
) : boolean

Parameters

  • actionName
    Name of the action

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

HostedApplication Class
HostedApplication Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.