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 the string representation of the URL of the associated SPWeb object.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public ReadOnly Property WebUrl As String
Get
'Usage
Dim instance As SPWebPipeBind
Dim value As String
value = instance.WebUrl
public string WebUrl { get; }
Property Value
Type: System.String
Returns a String representation of the SPWeb URL.