Share via


BuildControllerUpdateOptions.Fields Property

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 BuildControllerUpdate
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)]
public BuildControllerUpdate Fields { get; set; }
[ClientPropertyAttribute(ClientVisibility::Internal, ClientVisibility::Internal)]
public:
property BuildControllerUpdate Fields {
    BuildControllerUpdate get ();
    void set (BuildControllerUpdate value);
}
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)>]
member Fields : BuildControllerUpdate with get, set
function get Fields () : BuildControllerUpdate 
function set Fields (value : BuildControllerUpdate)

Property Value

Type: Microsoft.TeamFoundation.Build.Server.BuildControllerUpdate
Returns BuildControllerUpdate.

.NET Framework Security

See Also

Reference

BuildControllerUpdateOptions Class

Microsoft.TeamFoundation.Build.Server Namespace