PutOption

Sets the value for the given name in the option properties. If there is an existing value present for the entity identified by the name, it is replaced. Option properties are the Service specific run-time options.

Syntax

public void PutOption(String name, String value) 

Parameters

  • Name—name with which the specified value is to be associated
  • Value—value to be associated with the specified name

Example

message.PutOption("OutputCasing", "M");