SPLTPT_MTSL_ResolveNestedContextParms.CheckFormPostValues 属性

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting.RequestPlugins
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Property CheckFormPostValues As Boolean
public bool CheckFormPostValues { get; set; }
public:
property bool CheckFormPostValues {
    bool get ();
    void set (bool value);
}
member CheckFormPostValues : bool with get, set
function get CheckFormPostValues () : boolean
function set CheckFormPostValues (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

SPLTPT_MTSL_ResolveNestedContextParms 类

Microsoft.VisualStudio.TestTools.WebTesting.RequestPlugins 命名空间