Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the new credentials of the TfsTeamProjectCollection instance.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Credentials As ICredentials
Get
public ICredentials Credentials { get; }
public:
property ICredentials^ Credentials {
ICredentials^ get ();
}
member Credentials : ICredentials
function get Credentials () : ICredentials
Property Value
Type: System.Net.ICredentials
The credentials of the TfsTeamProjectCollection instance.
.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.