Sync.WorkspaceLastChangedBy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.