System.Object
PropertyType
Client Declaration
public abstract class PropertyType
The base, abstract element from which all concrete elements representing Content Engine property types are derived.
Attributes
String
propertyId
:
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
).
<xsd:complexType name="PropertyType" abstract="true"> <xsd:attribute name="propertyId" type="xsd:string" use="required"/> <xsd:attribute name="settable" type="xsd:boolean"/> </xsd:complexType>