Loading...
Select Version
&pagelevel(5)&pagelevel
Function: |
Reads all the properties of the specified EIS partner and returns a dictionary with key-value pairs for the properties. |
Parameters: |
EIS partner whose properties are to be read. |
Return: | Dictionary with the key-value pairs for all the properties of the EIS partner. You can find the possible values for key in Properties of an EIS partner. In the case of EIS partners with the property |
Exceptions: |
|
Example: | ... import BcAdminEisPartner import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("BCProxy") eis_obj=BcAdminEisPartner.getObject("testEIS",proxy_obj) eisProps=BcAdminEisPartner.getProperties(eis_obj) ... |