DialAppStateDetails.State Property

Definition

Gets the state of the application at the time the GetAppStateAsync was completed.

public:
 property DialAppState State { DialAppState get(); };
DialAppState State();
public DialAppState State { get; }
var dialAppState = dialAppStateDetails.state;
Public ReadOnly Property State As DialAppState

Property Value

The app state.

Applies to

See also