ImageGear v26.3 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office.Metadata Namespace / ImGearOfficeMetadata Class / LastModifiedBy Property




In This Topic
    LastModifiedBy Property
    In This Topic
    The person that last changed the document.
    Syntax
    'Declaration
     
    Public ReadOnly Property LastModifiedBy As String
    'Usage
     
    Dim instance As ImGearOfficeMetadata
    Dim value As String
     
    value = instance.LastModifiedBy
    public string LastModifiedBy {get;}
    public: __property string* get_LastModifiedBy();
    public:
    property String^ LastModifiedBy {
       String^ get();
    }
    Remarks

    Relates to Office document metadata as follows:

    DOCX, XLSX, PPTX DOC, XLS, PPT
    cp:lastModifiedBy GKPIDSI_LASTAUTHOR

    See Also