[Visual Basic] Public Function RunExtendedCommand( _ ByVal Command As String, _ Optional ByRef Notification As String = "" _ ) As Boolean [C#] public bool RunExtendedCommand( string Command, out string Notification ); [C++] public: bool RunExtendedCommand( String* Command, * String* Notification ); [JScript] public function RunExtendedCommand( String Command, String Notification ): bool;
Model Class | EbsOpen Namespace