SystemCondition.ConditionType 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 condition type of a system condition.
public:
property SystemConditionType ConditionType { SystemConditionType get(); };
SystemConditionType ConditionType();
public SystemConditionType ConditionType { get; }
var systemConditionType = systemCondition.conditionType;
Public ReadOnly Property ConditionType As SystemConditionType
Property Value
The condition that must be in effect for the background task to run.