SPListItemCollection.QueryFieldNames property
Gets a collection of query field names.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property QueryFieldNames As StringCollection
Get
'Usage
Dim instance As SPListItemCollection
Dim value As StringCollection
value = instance.QueryFieldNames
public StringCollection QueryFieldNames { get; }
Property value
Type: System.Collections.Specialized.StringCollection
A StringCollection object that contains query field names.