Share via


CReplicationItem.SizeLow Property

Gets the lower 4 bytes of the file size.

object SizeLow { get; }

Return Value

A 4-byte value that specifies the smaller 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.SizeLow property corresponds to the COM property named ReplicationItem.SizeLow.

See Also

Other Resources

CReplicationItem.SizeHigh Property

CReplicationItem Class