Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.