Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.