Share via


SPSitePipeBind.SiteGuid property

Gets a read-only guid that uniquely identifies the site object.

Namespace:  Microsoft.SharePoint.PowerShell
Assembly:  Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)

Syntax

'Declaration
Public ReadOnly Property SiteGuid As Guid
    Get
'Usage
Dim instance As SPSitePipeBind
Dim value As Guid

value = instance.SiteGuid
public Guid SiteGuid { get; }

Property value

Type: System.Guid
Returns a Guid identifier of the site object.

See also

Reference

SPSitePipeBind class

SPSitePipeBind members

Microsoft.SharePoint.PowerShell namespace