SPAppRequestDiagnosticSettings.TraceCacheSampleNumber property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TraceCacheSampleNumber As Integer
Get
Set
'Usage
Dim instance As SPAppRequestDiagnosticSettings
Dim value As Integer
value = instance.TraceCacheSampleNumber
instance.TraceCacheSampleNumber = value
public int TraceCacheSampleNumber { get; set; }
Property value
Type: System.Int32
See also
Reference
SPAppRequestDiagnosticSettings class