Click or drag to resize

SubscriptionOptionsRetainAsPublished Property

Retain as published option. If true, messages forwarded using this subscription keep the retain flag they were published with. If 0, messages forwarded using this subscription have the retain flag set to 0. Retained messages sent when the subscription is established have the retain flag set to 1.

Namespace:  Demo3D.HLE.Comms.MQTT
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 17.00.05
Syntax
C#
public bool RetainAsPublished { get; set; }

Property Value

Type: Boolean
See Also