ITestPoint.HasCachedProperties Property

 

Determines whether the Point object has any cached properties from the server.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

bool HasCachedProperties { get; }
property bool HasCachedProperties {
    bool get();
}
abstract HasCachedProperties : bool with get
ReadOnly Property HasCachedProperties As Boolean

Property Value

Type: System.Boolean

See Also

ITestPoint Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top