SharedWorkspaceLink.ModifiedBy Property
Returns the name of the user who last modified the object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Dim sharedWorkspaceLink1 As SharedWorkspaceLink
Dim returnValue As String
returnValue = sharedWorkspaceLink1.ModifiedBy
Syntax
ReadOnly Property ModifiedBy() As String
string ModifiedBy {get;}
property String^ ModifiedBy{
String^ get();
}
public System.String get_ModifiedBy();
function get ModifiedBy() : String;
Remarks
For shared workspace objects, the ModifiedBy property returns the friendly name stored in the Name property of the DWSMember object.
The SharedWorkspaceFolder and SharedWorkspaceMember objects do not have a ModifiedBy property.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
SharedWorkspaceLink Interface
Microsoft.Office.Core Namespace