Gets the latest property values from the server.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Sub Refresh ( _
    queryOptions As QueryOptions _
)
void Refresh(
    QueryOptions queryOptions
)
void Refresh(
    QueryOptions queryOptions
)
abstract Refresh : 
        queryOptions:QueryOptions -> unit
function Refresh(
    queryOptions : QueryOptions
)
Parameters
- queryOptions 
 Type: Microsoft.TeamFoundation.Build.Client.QueryOptions- Options for querying the latest property values. 
.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.