Click or drag to resize

MessageExpectedResponseId Property

Gets or sets a value indicating whether this message is expecting a response. The response has to use this id in its ResponseId.

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

Property Value

Type: String
See Also