SPSiteAdministration.OwnerEmail Property
Gets the e-mail address of the site owner.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.