SPMobileListItemIterator.QueryString Property
Gets or sets the query that will determine which list items are rendered.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property QueryString As String
Get
Set
'Usage
Dim instance As SPMobileListItemIterator
Dim value As String
value = instance.QueryString
instance.QueryString = value
public virtual string QueryString { get; set; }
Property Value
Type: System.String
A String that represents the Collaborative Application Markup Language Core Schemas (CAML) query.
See Also
Reference
SPMobileListItemIterator Class