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.
Refresh this build definition by getting updated 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 ( _
propertyNameFilters As String(), _
queryOptions As QueryOptions _
)
void Refresh(
string[] propertyNameFilters,
QueryOptions queryOptions
)
void Refresh(
array<String^>^ propertyNameFilters,
QueryOptions queryOptions
)
abstract Refresh :
propertyNameFilters:string[] *
queryOptions:QueryOptions -> unit
function Refresh(
propertyNameFilters : String[],
queryOptions : QueryOptions
)
Parameters
propertyNameFilters
Type: array<System.String[]The property names to obtain.
queryOptions
Type: Microsoft.TeamFoundation.Build.Client.QueryOptionsThe query options.
.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.