SharedWorkspaceMembers Interface

A collection of the SharedWorkspaceMember objects in the current shared workspace.

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

Syntax

'Declaration
<GuidAttribute("000C0382-0000-0000-C000-000000000046")> _
Public Interface SharedWorkspaceMembers _
    Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As SharedWorkspaceMembers
[GuidAttribute("000C0382-0000-0000-C000-000000000046")]
public interface SharedWorkspaceMembers : _IMsoDispObj, 
    IEnumerable

Remarks

Use the Members property of the SharedWorkspace object to return a SharedWorkspaceMembers collection.

See Also

Reference

SharedWorkspaceMembers Members

Microsoft.Office.Core Namespace