MetadataNavigationContext.WebId Property

Gets the ID of the SPWeb object for this MetadataNavigationContext object.

Namespace:  Microsoft.Office.DocumentManagement.MetadataNavigation
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public ReadOnly Property WebId As Guid
    Get
'Usage
Dim instance As MetadataNavigationContext
Dim value As Guid

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

Property Value

Type: System.Guid
Returns Guid.

Remarks

Returns Guid.Empty if there is no current Web for the context.

See Also

Reference

MetadataNavigationContext Class

MetadataNavigationContext Members

Microsoft.Office.DocumentManagement.MetadataNavigation Namespace