ISPWMember.Role Property

Gets the member's role in the workspace.

Namespace:  Microsoft.Office.SharePointWorkspace.AddIn
Assembly:  Microsoft.Office.SharePointWorkspace.AddIn.Interface (in Microsoft.Office.SharePointWorkspace.AddIn.Interface.dll)

Syntax

'Declaration
ReadOnly Property Role As String
    Get
'Usage
Dim instance As ISPWMember
Dim value As String

value = instance.Role
string Role { get; }

Property Value

Type: System.String

The member's role within the workspace as one of the following strings:

  • "$Telespace.Manager" for manager

  • "$Telespace.Member" for participant

  • "$Telespace.Guest" for guest

See Also

Reference

ISPWMember Interface

ISPWMember Members

Microsoft.Office.SharePointWorkspace.AddIn Namespace