MaximumSize Property
See Also 
SourceCode.IO Namespace > SizeLimitedStream Class : MaximumSize Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Property MaximumSize As Long
Visual Basic (Usage) Copy Code
Dim instance As SizeLimitedStream
Dim value As Long
 
instance.MaximumSize = value
 
value = instance.MaximumSize
C#  
public long MaximumSize {get; set;}
C++/CLI  
public:
property int64 MaximumSize {
   int64 get();
   void set (    int64 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