获取或设置第二个计划结束。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property EndSecond As Integer
Get
Set
用法
Dim instance As SPDailySchedule
Dim value As Integer
value = instance.EndSecond
instance.EndSecond = value
public int EndSecond { get; set; }
属性值
类型:System.Int32
32 位整数,它指定结束第二个。
异常
| 异常 | 条件 |
|---|---|
| ArgumentOutOfRangeException | 该属性设置为的值是小于 0 或大于 59。 |