WindowsUpdateAttentionRequiredReasonChangedEventArgs.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 the WindowsUpdateAttentionRequiredReason associated with the attention-required-reason change event.
public:
property WindowsUpdateAttentionRequiredReason Reason { WindowsUpdateAttentionRequiredReason get(); };
WindowsUpdateAttentionRequiredReason Reason();
public WindowsUpdateAttentionRequiredReason Reason { get; }
var windowsUpdateAttentionRequiredReason = windowsUpdateAttentionRequiredReasonChangedEventArgs.reason;
Public ReadOnly Property Reason As WindowsUpdateAttentionRequiredReason