SPMobilePostsListItemIterator.QueryString Property
Gets the query that determines which posts are rendered.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property QueryString As String
Get
'Usage
Dim instance As SPMobilePostsListItemIterator
Dim value As String
value = instance.QueryString
public override string QueryString { get; }
Property Value
Type: System.String
A String that represents the Collaborative Application Markup Language Core Schemas (CAML) query that defines which posts are rendered by the control.
See Also
Reference
SPMobilePostsListItemIterator Class