可以使用以下命令设置和检索对象属性和属性值:
addRow 命令用于向表中添加一行。addRow 命令使用以下参数: a、m、mgtObj、property、propInst 和 rowValues。
delRow 命令用于从表中删除行。delRow 命令使用以下参数: a、m、mgtObj、property、propInst 和 rowValues。
getAttributes 命令从代理或代理列表中检索指定的属性。getAttributes 命令使用以下参数: a、f、m、columns、mgtObj、property、propInst 和 attributes。
setAttributes 命令为代理或代理列表中的指定属性指定值。setAttributes 命令使用以下参数: a、m、mgtObj、property、propInst、attributes 和 values。
对于在 attributes 参数中指定的每个属性,values 参数中必须有一个相应的值。