Discuss this help topic in SecureBlackbox Forum
Specifies the part name.
Declaration
[VB.NET]
Property PartName As String
[Pascal]
property PartName : WideString;
[C++]
void get_PartName(sb_u16string &OutResult);
void get_PartName(std::wstring &OutResult);
void set_PartName(const sb_u16string &Value);
void set_PartName(const std::wstring &Value);
[PHP]
string get_PartName()
void set_PartName(string $Value)
[Java]
String getPartName();
void setPartName(String Value);
Description
Use this property to specify the name of the package part which content type is overriden.
Discuss this help topic in SecureBlackbox Forum