Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLRelationship.Target

TElOfficeOpenXMLRelationship     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies relationship target.

Declaration

[C#]
    string Target;

[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.

See also:     RelationshipType     TargetMode    

Discuss this help topic in SecureBlackbox Forum