PowerBuilder .NET provides an overload of the PowerScript ClassName system function that allows you to return the namespace of an object along with its class name.
string ClassName{any variable, boolean b_namespace )
Argument | Description |
---|---|
variable | The name of the object for which to return a class name. |
b_namespace |
Boolean argument indicating whether or not to include the namespace in the return value. Values are:
|
nameSpace.className