Defines the methods and properties that expose operations that can be performed on a recovery object that is being configured. Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)

Usage

Visual Basic
Dim instance As IRecoveryContext

Syntax

Visual Basic
Public Interface IRecoveryContext
		Inherits IAuthoringContext, IPageContext
C#
public interface IRecoveryContext : IAuthoringContext, IPageContext
C++
public interface class IRecoveryContext : IAuthoringContext, IPageContext
J#
public interface IRecoveryContext extends IAuthoringContext, IPageContext
JScript
public interface IRecoveryContext extends IAuthoringContext, IPageContext

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