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 list of all comments about the blog post.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property List As SPList
Get
'Usage
Dim instance As SPMobileCommentsNavigation
Dim value As SPList
value = instance.List
public override SPList List { get; }
Property Value
Type: Microsoft.SharePoint.SPList
A list of comments.
See Also
Reference
SPMobileCommentsNavigation Class