Compartilhar via


QueryProperties.Sid property

Obtém ou define SID (security identifier) a consulta.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property Sid As String
    Get
    Set
'Uso
Dim instance As QueryProperties
Dim value As String

value = instance.Sid

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

Property value

Type: System.String
Uma seqüência de caracteres que contém o SID.

Ver também

Referência

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace