SharedWorkspace.Files Property

Returns a SharedWorkspaceFiles collection that represents the list of files stored in the document library associated with the current shared workspace.

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

Syntax

'Declaration
ReadOnly Property Files As SharedWorkspaceFiles
    Get
'Usage
Dim instance As SharedWorkspace
Dim value As SharedWorkspaceFiles

value = instance.Files
SharedWorkspaceFiles Files { get; }

Property Value

Type: Microsoft.Office.Core.SharedWorkspaceFiles

See Also

Reference

SharedWorkspace Interface

SharedWorkspace Members

Microsoft.Office.Core Namespace