System.Object
PropertyType
ModifiablePropertyType
SingletonFloat64
- Client Declaration
public class SingletonFloat64
Represents a
Content Engine property
that holds a single double value.
Element Structure
- Elements
Double Value: Optional element specifying
the double value held by the property.
- [request] If this attribute is omitted in a request, the property's
current value is erased; otherwise, it is overwritten with the new
value.
- [response] If this attribute is omitted in a response, the property
has no value.
- Attributes Specific to .NET Clients
Boolean ValueSpecified: Optional expression
specifying whether Value has a value (true)
or not (false).
Base Element Inheritance
- Attributes
String propertyId:
- [request] Required expression identifying the Content Engine property. This attribute
can specify either a symbolic name or a GUID.
- [response] Required expression specifying the symbolic name of
the Content Engine property.
Boolean settable: [response] Optional
expression specifying whether the specified Content Engine property is settable by
the user (true) or not (false).
If true, this attribute's value is "1"; otherwise,
this attribute is omitted in the response.
- Attributes Specific to .NET Clients
Boolean settableSpecified: Optional expression
specifying whether settable has a value (true)
or not (false).
XML Schema
<xsd:complexType name="SingletonFloat64">
<xsd:complexContent>
<xsd:extension base="ModifiablePropertyType">
<xsd:sequence>
<xsd:element name="Value" type="xsd:double" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>