ScheduledItem.StartDate 属性

表示协调世界时 (UTC) 的ListItem应开始进行已发布的版本。

命名空间:  Microsoft.SharePoint.Client.Publishing
程序集:   Microsoft.SharePoint.Client.Publishing.Silverlight(位于 Microsoft.SharePoint.Client.Publishing.Silverlight.dll 中);  Microsoft.SharePoint.Client.Publishing.Phone(位于 Microsoft.SharePoint.Client.Publishing.Phone.dll 中)  Microsoft.SharePoint.Client.Publishing(位于 Microsoft.SharePoint.Client.Publishing.dll 中)

语法

声明
Public Property StartDate As DateTime
    Get
    Set
用法
Dim instance As ScheduledItem
Dim value As DateTime

value = instance.StartDate

instance.StartDate = value
public DateTime StartDate { get; set; }

属性值

类型:System.DateTime
协调世界时 (UTC) 的ListItem应开始发布。

另请参阅

引用

ScheduledItem 类

ScheduledItem 成员

Microsoft.SharePoint.Client.Publishing 命名空间