Database PutProperties
Sets the XML properties for the database.
These are the system properties of the database:
Alea:Database Nameis a list of database names. Additional information is returned in theAlea:Path,Alea:ReservationMode,Alea:Users Connected, andAlea:Users Limitattributes. This property is read-only.Alea:Configuration DesignerExclusiveis information on the Designer configuration.
Custom properties can be added as direct child elements of
        <Alea:Properties>.
Request
<Alea:Document xmlns:Alea="http://www.misag.com">
  <Alea:Request RequestID="001" Class="Database" Method="PutProperties">
    <Alea:Properties>
      <MyProp>TestProperty</MyProp>
      <MyComplexProp>
        <Subitem name="item1"/>
        <Subitem name="item2"/>
      </MyComplexProp>
    </Alea:Properties>
  </Alea:Request>
</Alea:Document>
      Answer