Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>