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