Share via


SPDistributedCacheClientSettings.MaxBufferSize property

Gets or sets the maximum buffer size.

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

Syntax

'Declaration
Public Property MaxBufferSize As Integer
    Get
    Set
'Usage
Dim instance As SPDistributedCacheClientSettings
Dim value As Integer

value = instance.MaxBufferSize

instance.MaxBufferSize = value
public int MaxBufferSize { get; set; }

Property value

Type: System.Int32

See also

Reference

SPDistributedCacheClientSettings class

SPDistributedCacheClientSettings members

Microsoft.SharePoint.PowerShell namespace