Share via


ScheduledItem.PublishingWeb property

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).

See also

Reference

ScheduledItem class

ScheduledItem members

Microsoft.SharePoint.Publishing namespace