SPEvaluatorModeProvisioner.SiteOwnerAccount property
Site owner account to be used when provisioning the default website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SiteOwnerAccount As String
Get
Set
'Usage
Dim instance As SPEvaluatorModeProvisioner
Dim value As String
value = instance.SiteOwnerAccount
instance.SiteOwnerAccount = value
public string SiteOwnerAccount { get; set; }
Property value
Type: System.String
Returns a String naming the site owner account.
See also
Reference
SPEvaluatorModeProvisioner class