SPClickthroughUsageEntry.SampleRate Property
Gets or sets the percentage of the total clicks submitted to Web Analytics, where 100% means all data is submitted.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property SampleRate As Nullable(Of Byte)
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As Nullable(Of Byte)
value = instance.SampleRate
instance.SampleRate = value
public Nullable<byte> SampleRate { get; set; }
Property Value
Type: System.Nullable<Byte>
The percentage of data sampled out.
Remarks
This property is a cumulative rate of sampling. By default, this is 100%.
See Also
Reference
SPClickthroughUsageEntry Class