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