BuildControllerUpdateOptions2010.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.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)> _
Public Property Fields As BuildControllerUpdate2010
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)]
public BuildControllerUpdate2010 Fields { get; set; }
[ClientPropertyAttribute(ClientVisibility::Internal, ClientVisibility::Internal)]
public:
property BuildControllerUpdate2010 Fields {
BuildControllerUpdate2010 get ();
void set (BuildControllerUpdate2010 value);
}
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)>]
member Fields : BuildControllerUpdate2010 with get, set
function get Fields () : BuildControllerUpdate2010
function set Fields (value : BuildControllerUpdate2010)
Property Value
Type: Microsoft.TeamFoundation.Build.Server.Compatibility.BuildControllerUpdate2010
Returns BuildControllerUpdate2010.
.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.
See Also
Reference
BuildControllerUpdateOptions2010 Class
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace