SharedWorkspaceLink.ModifiedBy Property

Returns the name of the user who last modified the object.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property ModifiedBy As String
    Get
'Usage
Dim instance As SharedWorkspaceLink
Dim value As String

value = instance.ModifiedBy
string ModifiedBy { get; }

Property Value

Type: System.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.

See Also

Reference

SharedWorkspaceLink Interface

SharedWorkspaceLink Members

Microsoft.Office.Core Namespace