SharedWorkspaceMember.Name Property
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.
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.