Share via


TopicDescription(String) Constructor

Definition

Initializes a new instance of TopicDescription class with the specified relative path.

public TopicDescription (string path);
new Microsoft.Azure.ServiceBus.Management.TopicDescription : string -> Microsoft.Azure.ServiceBus.Management.TopicDescription
Public Sub New (path As String)

Parameters

path
String

Path of the topic relative to the namespace base address.

Applies to