Discuss this help topic in SecureBlackbox Forum
Contains boundary of the part.
Declaration
[VB.NET]
Property Boundary As String
[Pascal]
property Boundary : TString;
[C++]
void get_Boundary(sb_u16string &OutResult);
void get_Boundary(std::wstring &OutResult);
void set_Boundary(const sb_u16string &Value);
void set_Boundary(const std::wstring &Value);
[PHP]
string get_Boundary()
void set_Boundary(string $Value)
Parameters
Description
Use this property to get or set part boundary.
This boundary separates enclosed parts.
Use GenerateBoundary method to create new one.
Discuss this help topic in SecureBlackbox Forum