SPMobileComponent.Web property
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Web As SPWeb
Get
'Usage
Dim instance As SPMobileComponent
Dim value As SPWeb
value = instance.Web
public virtual SPWeb Web { get; }
Property value
Type: Microsoft.SharePoint.SPWeb