Share via


SharedWorkspaceLink.Save Method 

Uploads changes made programmatically to a SharedWorkspaceLink to the server.

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

Usage

Dim sharedWorkspaceLink1 As SharedWorkspaceLink
sharedWorkspaceLink1.Save()

Syntax

Sub Save()
void Save();
public: Void Save();
public void Save();
function Save();

Remarks

Use the Save method to upload changes to the server after changing the properties of a shared workspace link or task.

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

Other Resources

SharedWorkspaceLink Members