Dynamicweb 8 Documentation
SubscribeAttribute Class
Members 

Defines the subscribe attribute
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly Or _ 
    AttributeTargets.Module Or _ 
    AttributeTargets.Class Or _ 
    AttributeTargets.Struct Or _ 
    AttributeTargets.Enum Or _ 
    AttributeTargets.Constructor Or _ 
    AttributeTargets.Method Or _ 
    AttributeTargets.Property Or _ 
    AttributeTargets.Field Or _ 
    AttributeTargets.Event Or _ 
    AttributeTargets.Interface Or _ 
    AttributeTargets.Parameter Or _ 
    AttributeTargets.Delegate Or _ 
    AttributeTargets.ReturnValue Or _ 
    AttributeTargets.GenericParameter Or _ 
    AttributeTargets.All, 
   AllowMultiple=True, 
   Inherited=True)> 
Public Class SubscribeAttribute 
   Inherits System.Attribute
[AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly | 
    AttributeTargets.Module | 
    AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Enum | 
    AttributeTargets.Constructor | 
    AttributeTargets.Method | 
    AttributeTargets.Property | 
    AttributeTargets.Field | 
    AttributeTargets.Event | 
    AttributeTargets.Interface | 
    AttributeTargets.Parameter | 
    AttributeTargets.Delegate | 
    AttributeTargets.ReturnValue | 
    AttributeTargets.GenericParameter | 
    AttributeTargets.All, 
   AllowMultiple=true, 
   Inherited=true)] 
public class SubscribeAttribute : System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Dynamicweb.Extensibility.SubscribeAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SubscribeAttribute Members
Dynamicweb.Extensibility Namespace

Send Feedback