SharedWorkspaceMember.Name Property
Returns the name of the specified object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Name As String
Get
'Usage
Dim instance As SharedWorkspaceMember
Dim value As String
value = instance.Name
string Name { get; }
Property Value
Type: System.String
Remarks
The Name property of the SharedWorkspaceMember object returns the friendly name for the shared workspace member, as specified in the DisplayName argument of the Add method of the SharedWorkspaceMembers collection. The SharedWorkspaceMember object has other properties that return the member's DomainName or Email.