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 PublishingWeb object that contains this ScheduledItem object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property PublishingWeb As PublishingWeb
Get
'Usage
Dim instance As ScheduledItem
Dim value As PublishingWeb
value = instance.PublishingWeb
public PublishingWeb PublishingWeb { get; }
Property Value
Type: Microsoft.SharePoint.Publishing.PublishingWeb
The PublishingWeb that contains this ScheduledItem object.
If the user does not have permissions to the parent PublishingWeb, this property returns a null reference (Nothing in Visual Basic).