SPAnalyticsUsageEntry.Weight property
Gets or sets the weight of the event, that is, the event is to be treated as if it happened many times.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Weight As Integer
Get
Set
'Usage
Dim instance As SPAnalyticsUsageEntry
Dim value As Integer
value = instance.Weight
instance.Weight = value
[DataMemberAttribute]
public int Weight { get; set; }
Property value
Type: System.Int32