ExecuteAction.HostedApplication Property

Gets or sets the hosted application.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As ExecuteAction
Dim value As InArgument(Of String)

value = instance.HostedApplication

instance.HostedApplication = value

Syntax

'Declaration
Public Property HostedApplication As InArgument(Of String)
public InArgument<string> HostedApplication { get; set; }
public:
property InArgument<String^>^ HostedApplication {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public InArgument<String> get_HostedApplication ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_HostedApplication (InArgument<String> value)
CompilerGeneratedAttribute 
public function get HostedApplication () : InArgument<String>

CompilerGeneratedAttribute 
public function set HostedApplication (value : InArgument<String>)

Property Value

Type: InArgument

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

ExecuteAction Class
ExecuteAction Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner Namespace

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