Connection GetProperties
Retrieves the system properties of a connection.
These are the system properties for the connection:
Alea:Splashing
contains the reference numbers for undo splashing operations. This property is read-only.Alea:Translation LocaleIdentifier
is information about translation locale identifiers.
Request
<Alea:Document xmlns:Alea="http://www.misag.com">
Alea:Request RequestID="17" Class="Connection" Method="GetProperties" />
</Alea:Document>
Answer
<Alea:Document xmlns:Alea="http://www.misag.com">
<Alea:Request RequestID="17">
<Alea:Return>
<Alea:Properties>
<Alea:Translation LocaleIdentifier="3079" />
<Alea:Splashing>
<Alea:UndoRefNumber>07144E</Alea:UndoRefNumber>
<Alea:UndoRefNumber>0714AD</Alea:UndoRefNumber>
</Alea:Splashing>
</Alea:Properties>
</Alea:Return>
</Alea:Request>
</Alea:Document>