commandname

  • 网络命令标识符
commandnamecommandname
  1. Represents the commandname value of the change password button .

    表示“更改密码”按钮的commandname值。

  2. Help commandName stepName-Displays detailed information for the specified step belonging to the specified command .

    helpcommandNamestepName&显示属于指定命令的指定步骤的详细信息。

  3. A command button has a command name associated with the button , such as sort , by setting the commandname property .

    通过设置commandname属性,“命令”按钮可具有与之关联的命令名,例如sort。

  4. CommandName targetObject options-Invokes an admin command with the specified target object and options strings .

    commandNametargetObjectoptions&使用指定的目标对象和选项字符串调用管理命令。

  5. CommandName targetObject-Invokes an admin command with the specified target object string ; for example , the configuration object name of a resource adapter .

    commandNametargetObject&使用指定的目标对象字符串调用管理命令;例如,资源适配器的配置对象名称。

  6. For the first button , set the text property to " sort by first name ", the commandname property to " sort ", and the commandargument to " firstname " .

    将第一个按钮的text属性设置为“按名排序”,将commandname属性设置为“排序”,将commandargument设置为“firstname”。