SPDistributedCacheClientConfigurationSettings.MaxBufferSize property
Gets or sets the maximum buffer size.
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MaxBufferSize As Integer
Get
Friend Set
'Usage
Dim instance As SPDistributedCacheClientConfigurationSettings
Dim value As Integer
value = instance.MaxBufferSize
public int MaxBufferSize { get; internal set; }
Property value
Type: System.Int32
See also
Reference
SPDistributedCacheClientConfigurationSettings class