PropertyType Element

System.Object

PropertyType

EnumOfObject

ModifiablePropertyType

UnevaluatedCollection

 

Client Declaration

The base, abstract element from which all concrete elements representing Content Engine property types are derived.

 

Element Structure

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="PropertyType" abstract="true">
   <xsd:attribute name="propertyId" type="xsd:string" use="required"/>
   <xsd:attribute name="settable" type="xsd:boolean"/>
</xsd:complexType>