Participant.retrievePropertyFor(application,name)

Returns the property's value for the given name. Returns the property's value stored in the Directory Service under the given name and application. For example: // Properties management storePropertyFor part1 using application = "partappl", name = "myproperty", value = "GREAT" display "Part1's property called 'myproperty' has the value: " + retrievePropertyFor(part1, application : "partappl", name : "myproperty")

Arguments:

Name Type Description Mode
application String application name. in
name String property's name. in