SetLength Method
See Also 
SourceCode.IO Namespace > SizeLimitedStream Class : SetLength Method



value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overrides Sub SetLength( _
   ByVal value As Long _
) 
Visual Basic (Usage) Copy Code
Dim instance As SizeLimitedStream
Dim value As Long
 
instance.SetLength(value)
C#  
public override void SetLength( 
   long value
)
C++/CLI  
public:
void SetLength( 
   int64 value
) override 

Parameters

value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also