SharedWorkspaceMembers.Item Property
Gets a SharedWorkspaceMember object from the Members collection of the shared workspace. Read-only.
Syntax
expression.Item(Index)
expression Required. A variable that represents a SharedWorkspaceMembers object. The specified SharedWorkspaceMembers collection.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Index | Required | Long | Returns the SharedWorkspaceMember at the position specified. The returned SharedWorkspaceMember object does not correspond to the order in which the items are displayed in the Shared Workspace pane, and is not affected by re-sorting the display. |