| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <section id="tools_value_properties">
|
| <title>Value properties</title>
|
| <para> |
| The Values properties page shows some information about the value. |
| </para> |
| <para> |
| <screenshot> |
| <mediaobject> |
| <imageobject> |
| <imagedata scale="50" |
| fileref="images/tools_value_properties_1.png" |
| format="PNG" /> |
| </imageobject> |
| </mediaobject> |
| </screenshot> |
| </para> |
| <informaltable frame='all'> |
| <tgroup cols='2'> |
| <colspec colname="Field" colwidth="1*" /> |
| <colspec colname="Description" colwidth="2*" /> |
| <thead> |
| <row> |
| <entry>Field</entry> |
| <entry>Description</entry> |
| </row> |
| </thead> |
| <tbody> |
| <row> |
| <entry>Attribute Description</entry> |
| <entry> |
| The attribute description of the attribute |
| </entry> |
| </row> |
| <row> |
| <entry>Value Type</entry> |
| <entry> |
| String or Binary |
| </entry> |
| </row> |
| <row> |
| <entry>Value Size</entry> |
| <entry> |
| If Binary the size in bytes. If String |
| the number of characters and the size in bytes. |
| These two number could differ if the value |
| contains multibyte characters. |
| </entry> |
| </row> |
| <row> |
| <entry>Data</entry> |
| <entry> |
| Nothing if Binary. |
| If String the raw value as returned form server. |
| </entry> |
| </row> |
| </tbody> |
| </tgroup> |
| </informaltable> |
| <para> |
| You could select and copy all displayed information. |
| </para>
|
| </section>
|