This documentation is archived and is not being maintained.

WorkspaceInfo::OwnerAliases Property

The aliases of the workspace owner.

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 of the workspace owner.

Show: