| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As StatusCode Dim value As Boolean instance.Overflow = value value = instance.Overflow | |
| C# | |
|---|---|
| [XmlIgnoreAttribute()] public bool Overflow {get; set;} | |
            Specifies if there is an overflow or not
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    