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
'宣言
Public ReadOnly Property HaveResolvableWarnings As Boolean
Get
public bool HaveResolvableWarnings { get; }
public:
property bool HaveResolvableWarnings {
bool get ();
}
member HaveResolvableWarnings : bool
function get HaveResolvableWarnings () : boolean
Property Value
Type: System.Boolean
True if at least one warning can be resolved; 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.