SharedWorkspaceLink.ModifiedBy Property
Gets the name of the user who last modified the object. Read-only.
Syntax
expression.ModifiedBy
expression A variable that represents a SharedWorkspaceLink 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 links in a shared workspace site that were modified by a particular users.
| Visual Basic for Applications |
|---|
|