PublishingWeb.CreatedBy Property

Gets the SPUser who created this PublishingWeb object.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property CreatedBy As SPUser
    Get
'Usage
Dim instance As PublishingWeb
Dim value As SPUser

value = instance.CreatedBy
public SPUser CreatedBy { get; }

Property Value

Type: Microsoft.SharePoint.SPUser
The SPUser who created this PublishingWeb.

Remarks

This property wraps the Author.property.

See Also

Reference

PublishingWeb Class

PublishingWeb Members

Microsoft.SharePoint.Publishing Namespace