HostedApplication.GetStateData Method
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.
Request to the hosted app to return its current state.
public:
abstract System::String ^ GetStateData();
public abstract string GetStateData ();
abstract member GetStateData : unit -> string
Public MustOverride Function GetStateData () As String
Returns
A string representing the state data.