Discuss this help topic in SecureBlackbox Forum
Specifies object's content length.
Declaration
[VB.NET]
Property ContentLength As Long
[Pascal]
property ContentLength : Int64;
[C++]
int64_t get_ContentLength();
[PHP]
integer get_ContentLength()
[Java]
long getContentLength();
Description
Use this property to get object's content length.
Discuss this help topic in SecureBlackbox Forum