ISharePointCommandContext.Web Property

Definition

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.

Applies to