Xceed .NET Libraries Documentation
Processed Property


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > ProgressionInfo Class : Processed Property
Gets or sets the number of bytes or FileSystemItem objects processed so far.
Syntax
'Declaration
 
Public Property Processed As Long
'Usage
 
Dim instance As ProgressionInfo
Dim value As Long
 
instance.Processed = value
 
value = instance.Processed
public long Processed {get; set;}

Property Value

A value indicating the number of bytes or FileSystemItem objects processed so far.
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

ProgressionInfo Class
ProgressionInfo Members