DateTimeWebRequestPlugin.AddMonths 属性

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

语法

声明
Public Property AddMonths As Integer
public int AddMonths { get; set; }
public:
property int AddMonths {
    int get ();
    void set (int value);
}
member AddMonths : int with get, set
function get AddMonths () : int 
function set AddMonths (value : int)

属性值

类型:Int32

.NET Framework 安全性

请参阅

参考

DateTimeWebRequestPlugin 类

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