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.
Whether to perform an equality check on all fields before deciding to update them, and use case-sensitive checks on string fields so case changes are propagated.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Property PerformUpdateChecksCaseSensitive As Boolean
public bool PerformUpdateChecksCaseSensitive { get; set; }
public:
property bool PerformUpdateChecksCaseSensitive {
bool get ();
void set (bool value);
}
member PerformUpdateChecksCaseSensitive : bool with get, set
function get PerformUpdateChecksCaseSensitive () : boolean
function set PerformUpdateChecksCaseSensitive (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.