Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLSignedPart.IsRelationshipPart

TElOfficeOpenXMLSignedPart     


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


Indicates whether this part owns a relationship.

Declaration

[C#]
    bool IsRelationshipPart;

[VB.NET]
    Property IsRelationshipPart As Boolean

[Pascal]
    property IsRelationshipPart : Boolean;

[C++]
    bool get_IsRelationshipPart();

[PHP]
    bool get_IsRelationshipPart()

[Java]
    boolean getIsRelationshipPart();

Description

    Use this property to check whether the package part owns a relationship, or not.

Discuss this help topic in SecureBlackbox Forum