DisplayManagerResultWithState.State 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.
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.