QueryProperties.WebId property

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property WebId As Guid
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As Guid

value = instance.WebId

instance.WebId = value
[DataMemberAttribute]
public Guid WebId { get; set; }

Property value

Type: System.Guid

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace