Click or drag to resize

MessageResponseId Property

Gets or sets the response id indicating this message is a response to another message Once sent, the message will trigger the corresponding callback.

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

Property Value

Type: String
See Also