SingletonId Element

System.Object

PropertyType

ModifiablePropertyType

SingletonId

 

Client Declaration

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

 

Element Structure

Elements

 

Base Element Inheritance

Attributes

Attributes Specific to .NET Clients

 

XML Schema

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