Discuss this help topic in SecureBlackbox Forum

TElOfficePackagePart.Package

TElOfficePackagePart     See also     


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


References the OPC package which the package part belongs to.

Declaration

[C#]
    TElOfficePackage Package;

[VB.NET]
    Property Package As TElOfficePackage

[Pascal]
    property Package : TElOfficePackage;

[C++]
    TElOfficePackage* get_Package();

[PHP]
    TElOfficePackage get_Package()

[Java]
    TElOfficePackage getPackage();

Description

    Use this read-only property to get a reference to the package which the part belongs to.

See also:     Relationships    

Discuss this help topic in SecureBlackbox Forum