Share via


SPSitePipeBind.SiteUrl property

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.

See also

Reference

SPSitePipeBind class

SPSitePipeBind members

Microsoft.SharePoint.PowerShell namespace