CReplicationItem.SizeHigh Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

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.

See Also

Other Resources

CReplicationItem.SizeLow Property

CReplicationItem Class