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