CReplicationItem.SizeHigh Property
Gets the upper 4 bytes of the file size for files that are larger than 4 gigabytes (GB).
object SizeHigh { get; }
Return Value
A 4-byte value that specifies the upper half of the file size of the CReplicationItem object.
Remarks
For files that are larger than 4 GB, you must combine the SizeLow and SizeHigh properties to make an 8-byte value.
For a code example, see the Attributes property.
The CReplicationItem.SizeHigh property corresponds to the COM property named ReplicationItem.SizeHigh.