Property to access the File Size
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntaxpublic long Size { get; set; }Public Property Size As Long
Get
Set
public:
property long long Size {
long long get ();
void set (long long value);
}member Size : int64 with get, set
Property Value
Type:
Int64
See Also