This documentation is archived and is not being maintained.

TfsClientCredentials::Windows Property

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)

public:
property WindowsCredential^ Windows {
	WindowsCredential^ get ();
	void set (WindowsCredential^ value);
}

Show: