Sync.WorkspaceLastChangedBy Property

Definition

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

public:
 property System::String ^ WorkspaceLastChangedBy { System::String ^ get(); };
public string WorkspaceLastChangedBy { get; }
member this.WorkspaceLastChangedBy : string
Public ReadOnly Property WorkspaceLastChangedBy As String

Property Value

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.

Applies to