Xceed .NET Libraries Documentation
Total Property


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

Property Value

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