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)

Syntax

'Declaration
Public ReadOnly Property OwnerAliases As IEnumerable(Of String)
public IEnumerable<string> OwnerAliases { get; }
public:
property IEnumerable<String^>^ OwnerAliases {
    IEnumerable<String^>^ get ();
}
member OwnerAliases : IEnumerable<string> with get
function get OwnerAliases () : IEnumerable<String>

Property Value

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

.NET Framework Security

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace