SearchObjectOwner.SPWebId property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SPWebId As Guid
Get
Private Set
'Usage
Dim instance As SearchObjectOwner
Dim value As Guid
value = instance.SPWebId
[DataMemberAttribute]
public Guid SPWebId { get; private set; }
Property value
Type: System.Guid