BuildInformationFieldRecord.FieldValue Property

Gets or sets the Object representing the value of this field record.

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

Syntax

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

Property Value

Type: System.Object
The Object representing the value of this field record.

.NET Framework Security

See Also

Reference

BuildInformationFieldRecord Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace