Loupe - Log - Monitor - Resolve
Gibraltar.Agent.PostSharp Namespace / GAspectBase Class / AttributeExclude Property

In This Topic
    AttributeExclude Property (GAspectBase)
    In This Topic
    If true, indicates that this attribute removes all other instances of the same attribute type from the set of elements defined by the current instance.
    Syntax
    'Declaration
     
    
    <AspectSerializerIgnoreAttribute()>
    <XmlIgnoreAttribute()>
    Public Property AttributeExclude As Boolean
    [AspectSerializerIgnore()]
    [XmlIgnore()]
    public bool AttributeExclude {get; set;}
    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