SPBandwidthUsageMonitoredScope.RequestContentLen property
取得或設定要求的內容長度。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property RequestContentLen As Integer
Get
Set
'用途
Dim instance As SPBandwidthUsageMonitoredScope
Dim value As Integer
value = instance.RequestContentLen
instance.RequestContentLen = value
public int RequestContentLen { get; set; }
Property value
Type: System.Int32
請參閱
參照
SPBandwidthUsageMonitoredScope class