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)

Syntax

'Declaration
Public ReadOnly Property HaveResolvableWarnings As Boolean
public bool HaveResolvableWarnings { get; }
public:
property bool HaveResolvableWarnings {
    bool get ();
}
member HaveResolvableWarnings : bool with get
function get HaveResolvableWarnings () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

GetStatus Class

Microsoft.TeamFoundation.VersionControl.Client Namespace