特性设置 meaning in Chinese
bios features setup
Examples
- You can then set the system property to the value
然后,可以将系统特性设置成值 - Set the property property to
特性设置为 - An application should only execute declare cursor if it has set all the api cursor attributes back to their defaults
应用程序只有在将所有的api游标特性设置回默认值后,才可以执行declare cursor 。 - If an attribute is represented in the control by a property , the property takes precedence over attribute settings that you make
如果某一特性在控件中是通过属性表示的,则该属性优先于您进行的特性设置。 - On the client side you can instantiate the vbheaderhandler class , set the headervalue to the base64 encoded serialized controller and , eventually , set the headerhandler property of the soapclient30 to the instance of the headerhandler class . as in the code example in
在客户端中,您可以实例化vbheaderhandler类,将headervalue设置为base64编码的序列化控制器,最后,将soapclient30的headerhandler特性设置为headerhandler类的实例。