SingletonBoolean Element

System.Object

PropertyType

ModifiablePropertyType

SingletonBoolean

 

Client Declaration

Represents a Content Engine property that holds a single Boolean value.

 

Element Structure

Elements

Attributes Specific to .NET Clients

 

Base Element Inheritance

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="SingletonBoolean">
   <xsd:complexContent>
      <xsd:extension base="ModifiablePropertyType">
         <xsd:sequence>
            <xsd:element name="Value"   type="xsd:boolean" minOccurs="0"/>
         </xsd:sequence>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>