ContainerItem.PerformUpdateChecksCaseSensitive Property

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

See Also

Reference

ContainerItem Class

Microsoft.TeamFoundation.Warehouse Namespace