SPSiteAdministration.OwnerEmail property
Gets the e-mail address of the site owner.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property OwnerEmail As String
Get
'Usage
Dim instance As SPSiteAdministration
Dim value As String
value = instance.OwnerEmail
public string OwnerEmail { get; }
Property value
Type: System.String
A string containing the e-mail address.