Compartir a través de


ReadOnlyStream.SetLength Method

This member overrides Stream.SetLength(Int64).

Namespace:  Microsoft.Exchange.Common
Assembly:  Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)

Syntax

'Declaration
Public Overrides Sub SetLength ( _
    value As Long _
)
'Usage
Dim instance As ReadOnlyStream
Dim value As Long

instance.SetLength(value)
public override void SetLength(
    long value
)

Parameters