IAutomaticUpdateApprovalRule.CanSetDeadline Property
Applies To: Windows Server Update Services
Gets a value indicating if the server that this rule is associated with supports the Deadline property being set.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool CanSetDeadline { get; }
property bool CanSetDeadline {
bool get();
}
abstract CanSetDeadline : bool with get
ReadOnly Property CanSetDeadline As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
Attempting to access the Deadline property when the CanSetDeadline property is false and results in an InvalidDataException being thrown.
See Also
Deadline
IAutomaticUpdateApprovalRule Interface
Microsoft.UpdateServices.Administration Namespace
Return to top