SPRequestUsageEntry.OutboundCallTotalCount property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property OutboundCallTotalCount As Short
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Short
value = instance.OutboundCallTotalCount
instance.OutboundCallTotalCount = value
public short OutboundCallTotalCount { get; set; }
Property value
Type: System.Int16