This documentation is archived and is not being maintained.

Workspace::OwnerAliases Property

The aliases for the owner of this workspace excluding the display name or unique name.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property IEnumerable<String^>^ OwnerAliases {
	IEnumerable<String^>^ get ();
}

Property Value

Type: System.Collections.Generic::IEnumerable<String>
The aliases for the owner of this workspace excluding the display name or unique name.

Show: