Table of Contents

Class TopicSubscriptionAttribute

Namespace
Microsoft.AutoGen.Contracts
Assembly
Microsoft.AutoGen.Contracts.dll
[AttributeUsage(AttributeTargets.All)]
public class TopicSubscriptionAttribute : Attribute
Inheritance
TopicSubscriptionAttribute
Inherited Members

Constructors

TopicSubscriptionAttribute(string)

public TopicSubscriptionAttribute(string topic)

Parameters

topic string

Properties

Topic

public string Topic { get; }

Property Value

string