SPSite.Owner property

Gets or sets the owner of the site collection. (Read-only in sandboxed solutions.)

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

Syntax

'Declaration
Public Property Owner As SPUser
    Get
    Set
'Usage
Dim instance As SPSite
Dim value As SPUser

value = instance.Owner

instance.Owner = value
public SPUser Owner { get; set; }

Property value

Type: Microsoft.SharePoint.SPUser
An SPUser object that represents the owner.

Remarks

The user that is specified by the Owner property should not be identical to the user that is specified by the SecondaryContact property.

See also

Reference

SPSite class

SPSite members

Microsoft.SharePoint namespace