This documentation is archived and is not being maintained.

GetStatus::NumWarnings Property

Gets the number of warnings that the Get operation encountered.

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

public:
property int NumWarnings {
	int get ();
}

Property Value

Type: System::Int32
The number of warnings that the Get operation encountered.

Each warning is associated with a Failure object. To get the warning details, use GetFailures.

Show: