Discuss this help topic in SecureBlackbox Forum
Contains the name of the metadata element storing object content length.
Declaration
[C#]
string ContentLengthMetadataID;
[VB.NET]
Property ContentLengthMetadataID As String
[Pascal]
property ContentLengthMetadataID : string;
[C++]
void get_ContentLengthMetadataID(std::string &OutResult);
void set_ContentLengthMetadataID(const std::string &Value);
[PHP]
string get_ContentLengthMetadataID()
void set_ContentLengthMetadataID(string $Value)
[Java]
String getContentLengthMetadataID();
void setContentLengthMetadataID(String Value);
Description
Use this property to specify the name of the metadata element storing object content length.
Discuss this help topic in SecureBlackbox Forum