Query.Sid Property

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

Public Property Sid As String
    Get
    Set

Dim instance As Query
Dim value As String

value = instance.Sid

instance.Sid = value
public string Sid { get; set; }

Property Value

Type: System.String

See Also

Reference

Query Class

Query Members

Microsoft.SharePoint.Search.Query Namespace