SPMinuteSchedule.Interval 属性

获取或设置的日程安排的时间间隔。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property Interval As Integer
    Get
    Set
用法
Dim instance As SPMinuteSchedule
Dim value As Integer

value = instance.Interval

instance.Interval = value
public int Interval { get; set; }

属性值

类型:System.Int32
32 位整数,该整数指定时间间隔,以分钟为单位。默认值为 5。

另请参阅

引用

SPMinuteSchedule 类

SPMinuteSchedule 成员

Microsoft.SharePoint 命名空间