SPMeeting.InstanceId property
取得或設定會議的執行個體識別碼 (ID)。
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property InstanceId As Integer
Get
Set
'用途
Dim instance As SPMeeting
Dim value As Integer
value = instance.InstanceId
instance.InstanceId = value
public int InstanceId { get; set; }
Property value
Type: System.Int32
識別之會議的執行個體的值。會議工作區中的單一執行個體會議是連續編號,他們會新增至網站的順序。會對應至日期格式 YYYYMMDD 值位置編號的週期性會議執行個體。例如,識別為 2010 年 5 月 1 日排定週期性會議執行個體的值是 20100501。
備註
可識別會議的會議工作區網站中的每一個出現的執行個體識別碼。當SPMeeting物件已初始化時, InstanceId屬性是設定為第一個即將來臨的會議執行個體的執行個體識別碼。
針對會議工作區網站中的清單查詢的結果會限制在與目前的InstanceId屬性設定所指定的會議執行個體相關聯的項目。您可以變更結果,透過InstanceId屬性設定為另一個值,或藉由設定SPQuery物件的MeetingInstanceId屬性。不同InstanceId屬性中,於MeetingInstanceId屬性可以設定為Microsoft.SharePoint.Meetings.SPMeeting.SpecialInstance值。(您必須轉換之前MeetingInstanceId屬性設定為整數SPMeeting.SpecialInstance列舉)。