WorkItemStore.BypassRules Property

Gets/sets whether the work item store object bypass rules

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public ReadOnly Property BypassRules As Boolean
public bool BypassRules { get; }
public:
property bool BypassRules {
    bool get ();
}
member BypassRules : bool with get
function get BypassRules () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

WorkItemStore Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace