Discuss this help topic in SecureBlackbox Forum
Specifies relationship target.
Declaration
[VB.NET]
Property Target As String
[Pascal]
property Target : WideString;
[C++]
void get_Target(sb_u16string &OutResult);
void get_Target(std::wstring &OutResult);
void set_Target(const sb_u16string &Value);
void set_Target(const std::wstring &Value);
[PHP]
string get_Target()
void set_Target(string $Value)
[Java]
String getTarget();
void setTarget(String Value);
Description
Use this property to specify relationship target: a URI to another package part, or external resource.
Discuss this help topic in SecureBlackbox Forum