Retrieve the name of the current problem. 
 
 
Namespace:  
BCL
 
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
  Syntax
Syntax
 
 
  
  
   
   
    public override string ToString()
    
   
    Public Overrides Function ToString As String
    
   
  
 Return Value
Type: 
 
String
 The string name of the current XPRBprob object (will return a default string if the Microsoft VS debugger is attached).
 
  See Also
See Also