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 to which the item is to be added.
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 SPMobilePostsNewFormNavigation
Dim value As SPList
value = instance.List
public override SPList List { get; }
Property Value
Type: Microsoft.SharePoint.SPList
An SPList object that represents the list to which the item is added.
See Also
Reference
SPMobilePostsNewFormNavigation Class