Edit

Share via


SharedWorkspaceMember.Name Property

Definition

Returns the name of the specified object.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

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(String, String, String, Object) method of the SharedWorkspaceMembers collection. The SharedWorkspaceMember object has other properties that return the member's DomainName or Email.

Applies to