Identifier property
Gets or sets the subscription identifier. Read/write. Long.
Syntax
subOption
.Identifier
where
subOption
- is an MQTTSubscribeOption object created by the MQTTFactory object's method CreateSubscribeOption
.Default value
If this property is omitted, it will use its default value, which is empty, meaning the subscription identifier is not used.
Provide Feedback