SharedWorkspace.Links Property
Returns a SharedWorkspaceLinks collection that represents the list of links saved in the current shared workspace.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Links As SharedWorkspaceLinks
Get
'Usage
Dim instance As SharedWorkspace
Dim value As SharedWorkspaceLinks
value = instance.Links
SharedWorkspaceLinks Links { get; }
Property Value
Type: Microsoft.Office.Core.SharedWorkspaceLinks