ReplayInterfaceAttribute Class
This attribute, applied to an interface, indicates that it is the Replay Interface of the custom support server class.
Object Model
ReplayInterfaceAttribute Class
Remarks
A custom support server class cannot inherit from more than one Replay Interface.
Syntax
'Declaration
 
<System.Runtime.InteropServices.ComVisibleAttribute(False)>
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Interface, 
   AllowMultiple=False, 
   Inherited=False)>
Public Class ReplayInterfaceAttribute 
   Inherits System.Attribute
[System.Runtime.InteropServices.ComVisible(false)]
[System.AttributeUsage(ValidOn=AttributeTargets.Interface, 
   AllowMultiple=false, 
   Inherited=false)]
public class ReplayInterfaceAttribute : System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Mercury.QTP.CustomServer.ReplayInterfaceAttribute

Public Constructors