SPQueryUsageEntry.SampleRate Property
Sample rate member of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] object.
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 SPQueryUsageEntry
Dim value As Nullable(Of Byte)
value = instance.SampleRate
instance.SampleRate = value
public Nullable<byte> SampleRate { get; set; }
Property Value
Type: System.Nullable<Byte>
A Nullable<T> representation of the rate.