ISharePointCommandContext.Web Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Microsoft.SharePoint.SPWeb that represents the SharePoint site on which the command is run.
public:
property Microsoft::SharePoint::SPWeb ^ Web { Microsoft::SharePoint::SPWeb ^ get(); };
public Microsoft.SharePoint.SPWeb Web { get; }
member this.Web : Microsoft.SharePoint.SPWeb
Public ReadOnly Property Web As SPWeb
Property Value
Microsoft.SharePoint.SPWeb
The SharePoint site on which the command is run.