Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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