WebTestSettings.DetectDynamicParameters Property
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public Property DetectDynamicParameters As Boolean
public bool DetectDynamicParameters { get; set; }
public:
virtual property bool DetectDynamicParameters {
bool get () sealed;
void set (bool value) sealed;
}
abstract DetectDynamicParameters : bool with get, set
override DetectDynamicParameters : bool with get, set
final function get DetectDynamicParameters () : boolean
final function set DetectDynamicParameters (value : 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.