Class TelemetryTopicAttribute
- Namespace
- Azure.Iot.Operations.Protocol
- Assembly
- Azure.Iot.Operations.Protocol.dll
[AttributeUsage(AttributeTargets.Class)]
public class TelemetryTopicAttribute : Attribute
- Inheritance
-
TelemetryTopicAttribute
- Inherited Members
Constructors
TelemetryTopicAttribute(string)
public TelemetryTopicAttribute(string topic)
Parameters
topic
string
Properties
Topic
public string Topic { get; set; }