Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.