Computer.InsertOverride Method
System Center
Submits a rule override for the computer.
public void InsertOverride( Override newOverride );
Parameters
- newOverride
- The override to apply. It must be newly created, and it must not have been previously submitted.
Exceptions
| Exception Type | Condition |
|---|---|
| System.ArgumentNullException | A null reference (Nothing in Visual Basic) was passed to the method. |
| System.ArgumentException | At least one of the arguments is not valid. |
Requirements
Platforms: Requires Windows 2000 Server or later
Version: Requires MOM 2005 or later
Namespace: Microsoft.EnterpriseManagement.Mom
Assembly: Microsoft.Mom.Sdk (in Microsoft.Mom.Sdk.dll)
See Also
Show: