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