Database PutProperties
Sets the XML properties for the database.
Only custom properties can be added to a database. They are handled as for any other entity.
Request
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="1.110" Class="Database" Method="PutProperties">
<Alea:Properties>
<MyCustomProp>Value of property</MyCustomProp>
</Alea:Properties>
</Alea:Request>
</Alea:Document>
Answer
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="1.110">
<Alea:Return />
</Alea:Request>
</Alea:Document>