SharedWorkspaceMember Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This object, member, or enumeration is deprecated and is not intended to be used in your code.The SharedWorkspaceMember object represents a user who has rights in a shared document workspace.
public interface class SharedWorkspaceMember : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0381-0000-0000-C000-000000000046")]
public interface SharedWorkspaceMember : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C0381-0000-0000-C000-000000000046")>]
type SharedWorkspaceMember = interface
interface _IMsoDispObj
Public Interface SharedWorkspaceMember
Implements _IMsoDispObj
- Attributes
- Implements
Remarks
This object is a member of the SharedWorkspaceMembers collection.
Use the SharedWorkspaceMember object to manage users who have rights to participate in a shared workspace and to collaborate on the shared document(s) saved in the workspace.
The Role
specified when the user is added as a member of the workspace (for example, "Reader" or "Contributor") determines that user's rights in the workspace and cannot be accessed or modified later through properties of the SharedWorkspaceMember object.
Use the Item(index
) method of the SharedWorkspaceMembers collection to return a specific SharedWorkspaceMember object.
Use the SharedWorkspaceMember object's three distinct name properties to retrieve identifying information about the member:
Properties
Application |
Returns an Application object that represents the container application for the object. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
DomainName |
Returns the domain and user name of the specified SharedWorkspaceMember in the format domain\user. |
Returns the email name of the specified SharedWorkspaceMember in the format user@domain.com. |
|
Id |
Reserved for internal use. |
Name |
Returns the name of the specified object. |
Parent |
Returns the Parent object for the specified object. |
Methods
Delete() |
Deletes the current object. |