Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The full URI of the site collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Uri As Uri
Get
'Usage
Dim instance As SPSiteCreationParameters
Dim value As Uri
value = instance.Uri
public Uri Uri { get; }
Property value
Type: System.Uri
A Uri representation of the site collection.
See also
Reference
SPSiteCreationParameters class