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