Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.