SearcherInfo.HashSignature property
Gets or sets the hash code signature.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property HashSignature As Byte()
Get
Set
'Usage
Dim instance As SearcherInfo
Dim value As Byte()
value = instance.HashSignature
instance.HashSignature = value
public byte[] HashSignature { get; set; }
Property value
Type: []
The hash code signature.