SPQuery.RecurrenceOrderBy property
取得或設定布林值,指定是否用來顯示項目與 SharePoint 清單互動的應用程式中的排序順序會保留在瀏覽器中使用的排序順序相同。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property RecurrenceOrderBy As Boolean
Get
Set
'用途
Dim instance As SPQuery
Dim value As Boolean
value = instance.RecurrenceOrderBy
instance.RecurrenceOrderBy = value
public bool RecurrenceOrderBy { get; set; }
Property value
Type: System.Boolean
true如果應用程式中的排序順序會保留與瀏覽器中 ; 相同否則, false。