Initializing help system before first use

getName Method

Returns the name of the current XPRbsos.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public string getName()

Return Value

Type:  String
The string name of the current XPRBsos.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBsos sos = new XPRBsos(); ... System.Console.Writeln("SOS name is: " + sos.getName());
See Also