Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLCoreProperties.Creator

TElOfficeOpenXMLCoreProperties     See also     


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


Specifies the package content creator.

Declaration

[C#]
    TElOfficeXMLDCSimpleLiteral Creator;

[VB.NET]
    Property Creator As TElOfficeXMLDCSimpleLiteral

[Pascal]
    property Creator : TElOfficeXMLDCSimpleLiteral;

[C++]
    TElOfficeXMLDCSimpleLiteral* get_Creator();

[PHP]
    TElOfficeXMLDCSimpleLiteral get_Creator()

[Java]
    TElOfficeXMLDCSimpleLiteral getCreator();

Description

    Use this property to specify the entity which was the primary creator of the package content.

See also:     LastModifiedBy    

Discuss this help topic in SecureBlackbox Forum