AnalyticsEventTypeDefinition.RelevanceWeight property
Gets or sets the weight a specified event type should be given in the relevance calculation.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property RelevanceWeight As Integer
Get
Set
'Usage
Dim instance As AnalyticsEventTypeDefinition
Dim value As Integer
value = instance.RelevanceWeight
instance.RelevanceWeight = value
[DataMemberAttribute]
public int RelevanceWeight { get; set; }
Property value
Type: System.Int32
The weight that should be given to relevance calculation for a specified event type.
See also
Reference
AnalyticsEventTypeDefinition class