commandname
- 网络命令标识符
-
Represents the commandname value of the change password button .
表示“更改密码”按钮的commandname值。
-
Help commandName stepName-Displays detailed information for the specified step belonging to the specified command .
helpcommandNamestepName&显示属于指定命令的指定步骤的详细信息。
-
A command button has a command name associated with the button , such as sort , by setting the commandname property .
通过设置commandname属性,“命令”按钮可具有与之关联的命令名,例如sort。
-
CommandName targetObject options-Invokes an admin command with the specified target object and options strings .
commandNametargetObjectoptions&使用指定的目标对象和选项字符串调用管理命令。
-
CommandName targetObject-Invokes an admin command with the specified target object string ; for example , the configuration object name of a resource adapter .
commandNametargetObject&使用指定的目标对象字符串调用管理命令;例如,资源适配器的配置对象名称。
-
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”。