ContactWriter.WriteParameter method
The WriteParameter() method overload writes a parameter that is read by the reader.
Overload list
Name | Description | |
---|---|---|
WriteParameter(ContactParameterReader) | The WriteParameter(ContactParameterReader) method writes a parameter that is read by the ContactParameterReader object. | |
WriteParameter(String, String) | The WriteParameter(String, String) method writes a parameter based on parameter name. | |
WriteParameter(ParameterId, String) | The WriteParameter(ParameterId, String) method writes a parameter based on parameter identifier. |
Top