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.
Gets the windows credential to use for NTLM authentication with the server.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property Windows As WindowsCredential
public WindowsCredential Windows { get; set; }
public:
property WindowsCredential^ Windows {
WindowsCredential^ get ();
void set (WindowsCredential^ value);
}
member Windows : WindowsCredential with get, set
function get Windows () : WindowsCredential
function set Windows (value : WindowsCredential)
Property Value
Type: Microsoft.TeamFoundation.Client.WindowsCredential
Returns WindowsCredential.
.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.