Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.agent:getProperty
 
wm.ln.agent:getProperty
This Java service returns the value of a certain property in an Agent object.
Input Parameters
agent
Agent The lotus.domino.Agent object to obtain the specified property from.
property
String The name of the property to obtain.
Output Parameters
value
String The value of the specified property.