This documentation is archived and is not being maintained.

Failure::RequestType Property

Gets the request type that caused this failure.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property RequestType RequestType {
	RequestType get ();
	internal: void set (RequestType value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::RequestType
The request type that caused this failure.

Show: