RevisionSummary.AuthorMostRecent Property

Aspose.Note for .NET API

RevisionSummaryAuthorMostRecent Property

Gets or sets the most recent author.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public string AuthorMostRecent { get; set; }
Public Property AuthorMostRecent As String
	Get
	Set
public:
property String^ AuthorMostRecent {
	String^ get ();
	void set (String^ value);
}
member AuthorMostRecent : string with get, set

Property Value

Type: String
See Also