Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLCoreProperties.LastModifiedBy

TElOfficeOpenXMLCoreProperties     See also     


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


Specifies the user who performed the last modification.

Declaration

[C#]
    string LastModifiedBy;

[VB.NET]
    Property LastModifiedBy As String

[Pascal]
    property LastModifiedBy : WideString;

[C++]
    void get_LastModifiedBy(sb_u16string &OutResult);
    void get_LastModifiedBy(std::wstring &OutResult);
    void set_LastModifiedBy(const sb_u16string &Value);
    void set_LastModifiedBy(const std::wstring &Value);

[PHP]
    string get_LastModifiedBy()
    void set_LastModifiedBy(string $Value)

[Java]
    String getLastModifiedBy();
    void setLastModifiedBy(String Value);

Description

    Use this property to specify the user who performed the last modification.

See also:     Creator     Revision    

Discuss this help topic in SecureBlackbox Forum