ContainerItem.PerformUpdateChecks Property
Whether to perform an equality check on all fields before deciding to update them.
Uses the database collation when it compares string fields, which uses case-insensitive for TFS. Therefore, will usually *not* propagate case changes.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Property PerformUpdateChecks As Boolean
public bool PerformUpdateChecks { get; set; }
public:
property bool PerformUpdateChecks {
bool get ();
void set (bool value);
}
member PerformUpdateChecks : bool with get, set
function get PerformUpdateChecks () : boolean
function set PerformUpdateChecks (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.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.