MetadataInfo.Count Property
Gets or sets the number of hits of the metadata information in the Search result.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Count As Long
Get
Set
'Usage
Dim instance As MetadataInfo
Dim value As Long
value = instance.Count
instance.Count = value
public long Count { get; set; }
Property Value
Type: System.Int64
The number of hits of the metadata information in the Search result.
Remarks
The default value is 1.