SiteCreationProperties.Owner property
Gets or sets the login name of the owner of the new site.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Property Owner As String
Get
Set
'Usage
Dim instance As SiteCreationProperties
Dim value As String
value = instance.Owner
instance.Owner = value
public string Owner { get; set; }
Property value
Type: System.String