Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.