BuildParameter Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Common.BuildParameter

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
<ContentPropertyAttribute("Json")> _
Public Class BuildParameter
[ContentPropertyAttribute("Json")]
public class BuildParameter
[ContentPropertyAttribute(L"Json")]
public ref class BuildParameter
[<ContentPropertyAttribute("Json")>]
type BuildParameter =  class end
public class BuildParameter

The BuildParameter type exposes the following members.

Constructors

  Name Description
Public method BuildParameter()
Public method BuildParameter(Object)
Public method BuildParameter(String)

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetArrayType
Public method GetBuildParameter
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetPropertyTypes
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetValue<T>()
Public method GetValue<T>(String)
Public method GetValue<T>(String, T)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Merge
Public method SetValue<T>
Public method ToString (Overrides Object.ToString().)

Top

Thread Safety

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

See Also

Reference

Microsoft.TeamFoundation.Build.Common Namespace