Compartilhar via


KeywordQueryProperties.GenerationId property

Obtém ou define o identificador (ID) de geração.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property GenerationId As Long
    Get
    Set
'Uso
Dim instance As KeywordQueryProperties
Dim value As Long

value = instance.GenerationId

instance.GenerationId = value
[DataMemberAttribute]
public long GenerationId { get; set; }

Property value

Type: System.Int64

Ver também

Referência

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.Office.Server.Search.Query namespace