EMDocumentLastModifiedBy Property
|
Alterian Email Manager 6.2.3 SDK Help File
Which user last modified the document.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic DMUser LastModifiedBy { get; set; }
Public Property LastModifiedBy As DMUser
Get
Set
public:
property DMUser^ LastModifiedBy {
DMUser^ get ();
void set (DMUser^ value);
}
member LastModifiedBy : DMUser with get, set
function get_LastModifiedBy();
function set_LastModifiedBy(value);
Property Value
Type:
DMUser
See Also