Share via


GetStatus.HaveResolvableWarnings Property

Gets information about whether the get contained warnings that 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
'Usage
Dim instance As GetStatus 
Dim value As Boolean 

value = instance.HaveResolvableWarnings
public bool HaveResolvableWarnings { get; }
public:
property bool HaveResolvableWarnings {
    bool get ();
}
public function get HaveResolvableWarnings () : boolean

Property Value

Type: System.Boolean
true if at least one warning is resolvable; otherwise false.

.NET Framework Security

See Also

Reference

GetStatus Class

GetStatus Members

Microsoft.TeamFoundation.VersionControl.Client Namespace