SharedWorkspaceFile.ModifiedBy Property
Gets the name of the user who last modified the object. Read-only.
Syntax
expression.ModifiedBy
expression A variable that represents a SharedWorkspaceFile object.
Return Value
String
Remarks
For shared workspace objects, the ModifiedBy property returns the display name stored in the Name property of the SharedWorkspaceMember object.
Example
The following example lists the files in a shared workspace site that were last modified by users other than the creator of the workspace site.
| Visual Basic for Applications |
|---|
|