Click or drag to resize

MessageParameters Property

Gets or sets a list of custom values.

Namespace:  MicaSystems.Broadcasting
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
[DataMemberAttribute]
public SerializableDictionary<string, string> Parameters { get; set; }

Property Value

Type: SerializableDictionaryString, String
See Also