SingletonInteger32 Element

System.Object

PropertyType

ModifiablePropertyType

SingletonInteger32

 

Client Declaration

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

 

Element Structure

Elements

Attributes Specific to .NET Clients

 

Base Element Inheritance

Attributes

Attributes Specific to .NET Clients

 

XML Schema

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