Set a value into the Details bag. If a value with the same name already exists it is overwritten. If the value equals the default value it will be removed from the details bag.
| C# | Visual Basic | Visual C++ |
- T
- detailName (String)
- The name of the item to set.
- value (T)
- The value to set. If this parameter is null or equal to defaultValue the detail is removed.
- defaultValue (T)
- The default value. If the value is equal to this value the detail will be removed.