AnalyticsEventTypeDefinition.RecommendationWeight property
Gets or sets the weight a specified event type should be given in the recommendation 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 RecommendationWeight As Integer
Get
Set
'Usage
Dim instance As AnalyticsEventTypeDefinition
Dim value As Integer
value = instance.RecommendationWeight
instance.RecommendationWeight = value
[DataMemberAttribute]
public int RecommendationWeight { get; set; }
Property value
Type: System.Int32
The weight that should be given to a specified event type.
See also
Reference
AnalyticsEventTypeDefinition class