SPQuery.IndividualProperties property
取得或設定布林值,指定是否要包含在查詢中的屬性。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property IndividualProperties As Boolean
Get
Set
'用途
Dim instance As SPQuery
Dim value As Boolean
value = instance.IndividualProperties
instance.IndividualProperties = value
public bool IndividualProperties { get; set; }
Property value
Type: System.Boolean
true屬性納入查詢 ;否則, false。