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
- 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.