An abstract base class that defines the base resultant override set. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Syntax

Visual Basic
Public MustInherit Class ResultantOverrideSetWithWorkflowPropertyOverrides
		Inherits ResultantOverrideSet
C#
public abstract class ResultantOverrideSetWithWorkflowPropertyOverrides : ResultantOverrideSet
C++
public ref class ResultantOverrideSetWithWorkflowPropertyOverrides abstract : public ResultantOverrideSet
J#
public abstract class ResultantOverrideSetWithWorkflowPropertyOverrides extends ResultantOverrideSet
JScript
public abstract class ResultantOverrideSetWithWorkflowPropertyOverrides extends ResultantOverrideSet

Inheritance Hierarchy

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also