Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
Gets whether this update is editable.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool IsEditable { get; }
property bool IsEditable {
bool get();
}
abstract IsEditable : bool with get
ReadOnly Property IsEditable As Boolean
Property Value
Type: System.Boolean
true if this update is editable, otherwise false.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top