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.
Gets a read-only value that represents the URL of the site object.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public ReadOnly Property SiteUrl As String
Get
'Usage
Dim instance As SPSitePipeBind
Dim value As String
value = instance.SiteUrl
public string SiteUrl { get; }
Property Value
Type: System.String
Returns a String value representing the site URL.