FieldConflict.BaselineValue Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Property BaselineValue As Object
public Object BaselineValue { get; internal set; }
public:
property Object^ BaselineValue {
Object^ get ();
internal: void set (Object^ value);
}
member BaselineValue : Object with get, internal set
function get BaselineValue () : Object
internal function set BaselineValue (value : Object)
Property Value
Type: System.Object
Returns Object.
.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.