Parameters
- name
- The unique name for this value column definition.
- type
- The simple type of this value (e.g. typeof(int) or typeof(string)).
- summaryFunction
- The default way that individual samples of this value column can be aggregated to create a graphable summary. (Use SummaryFunction.Count for non-numeric types.)
- unitCaption
- A displayable caption for the units this value represents, or null for unit-less values.
- caption
- The end-user display caption for this value column.
- description
- The end-user description for this value column.
Return Value
The newly created value column definition.