KeywordQueryProperties.GenerationId property
Gets or sets the generation identifier (ID).
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property GenerationId As Long
Get
Set
'Usage
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