Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / ItemProcessingEventArgs Class / Excluded Property


In This Topic
    Excluded Property
    In This Topic
    Gets or sets a Boolean value that indicates whether the item pair should be excluded from the processing list or not. Default: False
    Syntax
    'Declaration
     
    Public Property Excluded As Boolean
    'Usage
     
    Dim instance As ItemProcessingEventArgs
    Dim value As Boolean
     
    instance.Excluded = value
     
    value = instance.Excluded
    public bool Excluded {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