Share via


SPWebPipeBind.WebGuid property

Gets the identifying guid of the associated SPWeb object.

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

Syntax

'Declaration
Public ReadOnly Property WebGuid As Guid
    Get
'Usage
Dim instance As SPWebPipeBind
Dim value As Guid

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

Property value

Type: System.Guid
Returns a Guid value.

See also

Reference

SPWebPipeBind class

SPWebPipeBind members

Microsoft.SharePoint.PowerShell namespace