SharePointMetadataDocumentLastModifier Property |
The user who last modified the document.
Mandatory: Yes
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string DocumentLastModifier { get; set; }
Public Property DocumentLastModifier As String
Get
Set
public:
property String^ DocumentLastModifier {
String^ get ();
void set (String^ value);
}
member DocumentLastModifier : string with get, set
Property Value
Type:
String
See Also