Partilhar via


SPWebPipeBind.WebUrl Property

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.

See Also

Reference

SPWebPipeBind Class

SPWebPipeBind Members

Microsoft.SharePoint.PowerShell Namespace