ProxyStatisticsInfo.ScanComplete Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ScanComplete As Boolean
public bool ScanComplete { get; set; }
public:
property bool ScanComplete {
    bool get ();
    void set (bool value);
}
member ScanComplete : bool with get, set
function get ScanComplete () : boolean 
function set ScanComplete (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

ProxyStatisticsInfo Class

Microsoft.TeamFoundation.Framework.Server Namespace