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.
Gets or sets the fields that should be updated. Only values included here will be extracted from this object during an update.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)> _
Public Property Fields As BuildAgentUpdate
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)]
public BuildAgentUpdate Fields { get; set; }
[ClientPropertyAttribute(ClientVisibility::Internal, ClientVisibility::Internal)]
public:
property BuildAgentUpdate Fields {
BuildAgentUpdate get ();
void set (BuildAgentUpdate value);
}
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)>]
member Fields : BuildAgentUpdate with get, set
function get Fields () : BuildAgentUpdate
function set Fields (value : BuildAgentUpdate)
Property Value
Type: Microsoft.TeamFoundation.Build.Server.BuildAgentUpdate
Returns BuildAgentUpdate.
.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.