BCExtensionCommandGroupToString Method |
Returns a string that represents the current command.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Design
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.25.0)
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
Type:
String
A string that represents the current command.
See Also