SPQuery.MeetingInstanceId property
取得或設定指定要在查詢中傳回資訊的會議執行個體的 ID。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property MeetingInstanceId As Integer
Get
Set
'用途
Dim instance As SPQuery
Dim value As Integer
value = instance.MeetingInstanceId
instance.MeetingInstanceId = value
public int MeetingInstanceId { get; set; }
Property value
Type: System.Int32
32 位元的整數,指定 id。
備註
如果設定MeetingInstanceId屬性,則查詢會傳回指定的會議執行個體的資訊。如果沒有設定,預設情況下查詢會傳回第一個即將舉行的會議執行個體的資訊。這個屬性可以設定為SPMeeting.SpecialInstance的值。
週期性事件的會議工作區 」 網站內的每個符合項目或多個連結到它的單一事件有唯一的執行個體識別碼。在清單中的項目會識別執行個體識別碼的相符項目對應之,它可讓清單資料,以進行篩選的項目對應至特定的事件。設定此屬性,然後將查詢傳遞做為要傳回的特定事件的項目之SPList類別的GetItems方法的參數。