SPEvaluatorModeProvisioner.SiteOwnerAccount Property
Site owner account to be used when provisioning the default website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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