Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the query that determines which list items 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 SPMobileCommentsListItemIterator
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. The default is to query for all comments about the post.
See Also
Reference
SPMobileCommentsListItemIterator Class