TopicClient.MessagingFactory Property

Definition

Gets or sets the messaging factory that was used in creating this TopicClient object.

public Microsoft.ServiceBus.Messaging.MessagingFactory MessagingFactory { get; }
member this.MessagingFactory : Microsoft.ServiceBus.Messaging.MessagingFactory
Public ReadOnly Property MessagingFactory As MessagingFactory

Property Value

The messaging factory that was used in creating this TopicClient object.

Applies to