MiracastReceiverApplySettingsResult.Status 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 status of a DisconnectAllAndApplySettings or DisconnectAllAndApplySettingsAsync operation.
public:
property MiracastReceiverApplySettingsStatus Status { MiracastReceiverApplySettingsStatus get(); };
MiracastReceiverApplySettingsStatus Status();
public MiracastReceiverApplySettingsStatus Status { get; }
var miracastReceiverApplySettingsStatus = miracastReceiverApplySettingsResult.status;
Public ReadOnly Property Status As MiracastReceiverApplySettingsStatus
Property Value
A MiracastReceiverStatus object containing information about the status of the operation.