SPMobileCommentsNavigation.List Property
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