ExtendedExecutionSession.Reason 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 or sets the reason for the for the background execution request.
public:
property ExtendedExecutionReason Reason { ExtendedExecutionReason get(); void set(ExtendedExecutionReason value); };
ExtendedExecutionReason Reason();
void Reason(ExtendedExecutionReason value);
public ExtendedExecutionReason Reason { get; set; }
var extendedExecutionReason = extendedExecutionSession.reason;
extendedExecutionSession.reason = extendedExecutionReason;
Public Property Reason As ExtendedExecutionReason
Property Value
The reason for the for the background execution request.