BuildInformationRecord.Value Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Property Value As Object
public Object Value { get; set; }
public:
property Object^ Value {
    Object^ get ();
    void set (Object^ value);
}
member Value : Object with get, set
function get Value () : Object 
function set Value (value : Object)

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

BuildInformationRecord Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace