DisplayManagerResultWithState.ErrorCode 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 a value indicating the success or error status of the operation.
public:
property DisplayManagerResult ErrorCode { DisplayManagerResult get(); };
DisplayManagerResult ErrorCode();
public DisplayManagerResult ErrorCode { get; }
var displayManagerResult = displayManagerResultWithState.errorCode;
Public ReadOnly Property ErrorCode As DisplayManagerResult
Property Value
A DisplayManagerResult value.