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