[Description("Will use the Set To Name as a regular expression with a group and use the matching group result as the Reporting Name. If no match, reporting name will not be set to \"no-match\"")]
[DefaultValue(false)]
publicbooluseRegGroup{get;set;}
[DisplayName("Run on Dependents")]
[Description("If set to true will run on dependents")]
[DefaultValue(false)]
publicboolrunOnDependents{get;set;}
[DisplayName("Run on Requests")]
[Description("If set to true will run on requests (default)")]
[DefaultValue(true)]
publicboolrunOnRequests{get;set;}
[DisplayName("Set to Name")]
[Description("The name to be set or the regular expression to be used. Groups are specified within () like (.+?) would match the shortest possible string")]
<WebTestPlugin Classname="LIL_VSTT_Plugins.WebTestDependentRegexFilter, LIL_VSTT_Plugins, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null" DisplayName="Dynamisk URL Regex filter" Description="(C) Copyright 2011 LIGHTS IN LINE AB
Filter för att ignorera vissa objekt på websidor så de inte laddas ner automatiskt.">