WebAction.GetFocus Property
The GetFocus is used to help decide if the application should obtain focus when the action is fired. Set this property by checking the GetFocus checkbox which is located at: 1) Admin Console->Hosted Applications->[someapplication] 2) Properties menu->Actions tab 3) Edit Initialization String->Action->Build button 4) "Focus the application after action is completed." checkbox
Namespace: Microsoft.Uii.Csr.HostedWebApplication
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As WebAction
Dim value As String
value = instance.GetFocus
Syntax
'Declaration
Public ReadOnly Property GetFocus As String
public string GetFocus { get; }
public:
property String^ GetFocus {
String^ get ();
}
/** @property */
public String get_GetFocus ()
public function get GetFocus () : String
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
WebAction Class
WebAction Members
Microsoft.Uii.Csr.HostedWebApplication Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.