Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLRelationship.TargetMode

TElOfficeOpenXMLRelationship     See also     


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


Specifies relationship's target mode.

Declaration

[C#]
    TSBOfficeOpenXMLTargetMode TargetMode;

[VB.NET]
    Property TargetMode As TSBOfficeOpenXMLTargetMode

[Pascal]
    property TargetMode : TSBOfficeOpenXMLTargetMode;

[C++]
    TSBOfficeOpenXMLTargetMode get_TargetMode();
    void set_TargetMode(TSBOfficeOpenXMLTargetMode Value);

[PHP]
    integer get_TargetMode()
    void set_TargetMode(integer $Value)

[Java]
    TSBOfficeOpenXMLTargetMode getTargetMode();
    void setTargetMode(TSBOfficeOpenXMLTargetMode Value);

Values:

Description

    Use this property to specify whether relationship's target is internal or external.

See also:     Target    

Discuss this help topic in SecureBlackbox Forum