Platform SDK: Web Telephony Engine

LogCustomField.Value Property

TheValue property sets a name-value pair in the log custom field.

Syntax

LogCustomField.Value = sName, sVal

Possible Values

sName
String specifying the name of the field to set.
sVal
New value for the given field. If the new value is NULL, the name-value pair is erased from the log custom field.

Remarks

Setting the same name with a different value changes only the value in the custom log field and does not add another pair.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

LogCustomField