Back to Devexpress

DocumentProperties.LastModifiedBy Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-documentproperties-5ffb3fc4.md

latest1.2 KB
Original Source

DocumentProperties.LastModifiedBy Property

Gets or sets the name of the user who last modified and saved the presentation. This property is updated automatically.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public string LastModifiedBy { get; set; }
vb
Public Property LastModifiedBy As String

Property Value

TypeDescription
String

The name of the user who last modified and saved the presentation.

|

See Also

DocumentProperties Class

DocumentProperties Members

DevExpress.Docs.Presentation Namespace