Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLSignedRelationshipPart.SourceTypeCount

TElOfficeOpenXMLSignedRelationshipPart     See also     


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


Specifies the number of relationship types.

Declaration

[C#]
    int SourceTypeCount;

[VB.NET]
    Property SourceTypeCount As Integer

[Pascal]
    property SourceTypeCount : Integer;

[C++]
    int32_t get_SourceTypeCount();

[PHP]
    integer get_SourceTypeCount()

[Java]
    int getSourceTypeCount();

Description

    Use this property to get the number of relationship types in the list.

See also:     SourceTypes    

Discuss this help topic in SecureBlackbox Forum