HostedWebApplication.WebAction.GetFocus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
public:
property System::String ^ GetFocus { System::String ^ get(); };
public string GetFocus { get; }
member this.GetFocus : string
Public ReadOnly Property GetFocus As String