IDocumentProperty
LastSavedBy Property
|
Gets or sets the name of a last person who modified a presentation.
Read/write
String
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
string LastSavedBy { get; set; }
Property LastSavedBy As String
Get
Set
property String^ LastSavedBy {
String^ get ();
void set (String^ value);
}
abstract LastSavedBy : string with get, set
Property Value
Type:
String
See Also