Table of Contents

Class CommandTopicAttribute

Namespace
Azure.Iot.Operations.Protocol
Assembly
Azure.Iot.Operations.Protocol.dll
[AttributeUsage(AttributeTargets.Class)]
public class CommandTopicAttribute : Attribute
Inheritance
CommandTopicAttribute
Inherited Members

Constructors

CommandTopicAttribute(string)

public CommandTopicAttribute(string topic)

Parameters

topic string

Properties

RequestTopic

public string RequestTopic { get; set; }

Property Value

string