SPRequestUsageEntry.CobaltClientScenarioInfo property

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property CobaltClientScenarioInfo As Nullable(Of Integer)
    Get
    Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Nullable(Of Integer)

value = instance.CobaltClientScenarioInfo

instance.CobaltClientScenarioInfo = value
public Nullable<int> CobaltClientScenarioInfo { get; set; }

Property value

Type: System.Nullable<Int32>

See also

Reference

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace