Share via


InclusionExclusionList<T>.ObeyExclusionList Property

Namespace:  Microsoft.VisualStudio.Enterprise.WebInstrument
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Property ObeyExclusionList As Boolean
public bool ObeyExclusionList { get; set; }
public:
property bool ObeyExclusionList {
    bool get ();
    void set (bool value);
}
member ObeyExclusionList : bool with get, set
function get ObeyExclusionList () : boolean 
function set ObeyExclusionList (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

InclusionExclusionList<T> Class

Microsoft.VisualStudio.Enterprise.WebInstrument Namespace