This documentation is archived and is not being maintained.

GetStatus::HaveResolvableWarnings Property

Gets a flag that indicates whether at least one warning can be resolved.

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

public:
property bool HaveResolvableWarnings {
	bool get ();
}

Property Value

Type: System::Boolean
True if at least one warning can be resolved; otherwise, false.

Show: