Sync.WorkspaceLastChangedBy Property

Displays the friendly name of the user who last saved changes to the server copy of a shared document.

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

Syntax

'Declaration
ReadOnly Property WorkspaceLastChangedBy As String
    Get
'Usage
Dim instance As Sync
Dim value As String

value = instance.WorkspaceLastChangedBy
string WorkspaceLastChangedBy { get; }

Property Value

Type: System.String

Remarks

If the active document is not configured for synchronization between the local copy and the server copy, the WorkspaceLastChangedBy property raises a run-time error.

See Also

Reference

Sync Interface

Sync Members

Microsoft.Office.Core Namespace