ListOfInteger32 Element
System.Object
PropertyType
ModifiablePropertyType
ListOfInteger32- Client Declaration
public class ListOfInteger32
Element Structure
- Elements
Elements
Int32[] Value: [request][response] Optional element specifying the list collection of integer values held by the property.
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). Iftrue, this attribute's value is "1"; otherwise, this attribute is omitted in the response.
- Attributes Specific to .NET Clients
Boolean settableSpecified: Optional expression specifying whethersettablehas a value (true) or not (false).
XML Schema
<xsd:complexType name="ListOfInteger32">
<xsd:complexContent>
<xsd:extension base="ModifiablePropertyType">
<xsd:sequence>
<xsd:element name="Value" type="xsd:int" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>