Database PutProperties
Sets the XML properties for the database.
Custom properties can be added for a database as for any other entity and they are also handled in the same way.
Request
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="1.110" Class="Database" Method="PutProperties">
<Alea:Properties>
<Alea:Configuration DesignerExclusive="true" />
</Alea:Properties>
</Alea:Request>
</Alea:Document>
When the DesignerExclusive
XML attribute is set to true,
only the Designer application is allowed to perform modeling tasks
on the database.
Answer
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="1.110">
<Alea:Return />
</Alea:Request>
</Alea:Document>