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 a list of posts from the cached list collection in the current Web 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 SPMobilePostsDispFormNavigation
Dim value As SPList
value = instance.List
public override SPList List { get; }
Property Value
Type: Microsoft.SharePoint.SPList
The target list.
See Also
Reference
SPMobilePostsDispFormNavigation Class