Gets a collection of query field names.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property QueryFieldNames As StringCollection
Get
用法
Dim instance As SPListItemCollection
Dim value As StringCollection
value = instance.QueryFieldNames
public StringCollection QueryFieldNames { get; }
属性值
类型:System.Collections.Specialized.StringCollection
A StringCollection object that contains query field names.