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