SharedWorkspaceMembers.Item[Int32] Property

Definition

Returns a SharedWorkspaceMember object from the Members collection of the shared workspace.

public:
 property Microsoft::Office::Core::SharedWorkspaceMember ^ default[int] { Microsoft::Office::Core::SharedWorkspaceMember ^ get(int Index); };
public Microsoft.Office.Core.SharedWorkspaceMember this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.SharedWorkspaceMember
Default Public ReadOnly Property Item(Index As Integer) As SharedWorkspaceMember

Parameters

Index
Int32

Required Integer. Returns the SharedWorkspaceMember at the position specified. Index does not correspond to the order in which the items are displayed in the Shared Workspace pane.

Property Value

Applies to