This documentation is archived and is not being maintained.

BuildServiceHostUpdateOptions2010 Class

Provides properties that may be updated on an existing build service host.

System.Object
  Microsoft.TeamFoundation.Build.Server.Compatibility.BuildServiceHostUpdateOptions2010

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

[ClassVisibilityAttribute(ClientVisibility.Internal, ClientVisibility.Internal)]
public sealed class BuildServiceHostUpdateOptions2010

The BuildServiceHostUpdateOptions2010 type exposes the following members.

  NameDescription
Public propertyBaseUrlGets or sets the base URL. Corresponds to BaseUrl.
Public propertyFieldsGets or sets the fields that should be updated. Only values included here will be extracted from this object during an update.
Public propertyNameGets or sets the display name. Corresponds to Name.
Public propertyRequireClientCertificates
Public propertyUriGets or sets the URI of the build service host to update.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToString (Overrides Object.ToString().)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: