DisplayManagerResultWithState.State Property

Definition

Gets the DisplayState object that resulted from the operation, if successful.

public:
 property DisplayState ^ State { DisplayState ^ get(); };
DisplayState State();
public DisplayState State { get; }
var displayState = displayManagerResultWithState.state;
Public ReadOnly Property State As DisplayState

Property Value

A DisplayState value.

Applies to