SPMobilePostsListViewNavigation.List Property
Gets the list of posts for the mobile blog site.
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 SPMobilePostsListViewNavigation
Dim value As SPList
value = instance.List
public override SPList List { get; }
Property Value
Type: Microsoft.SharePoint.SPList
An SPList that represents the list of posts.
See Also
Reference
SPMobilePostsListViewNavigation Class