ScheduledItem.PublishingWeb Property
Gets the PublishingWeb 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).