RevokedPublisherDescription Class

Definition

[System.Runtime.Serialization.DataContract(Name="RevokedPublisherDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class RevokedPublisherDescription : Microsoft.ServiceBus.Messaging.EntityDescription
[<System.Runtime.Serialization.DataContract(Name="RevokedPublisherDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type RevokedPublisherDescription = class
    inherit EntityDescription
Public NotInheritable Class RevokedPublisherDescription
Inherits EntityDescription
Inheritance
RevokedPublisherDescription
Attributes

Constructors

RevokedPublisherDescription(String)

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from EntityDescription)
IsReadOnly

Gets or sets a value that indicates whether the entity description is read-only.

(Inherited from EntityDescription)
Name

Methods

ThrowIfReadOnly()

Throws an exception if the entity description is read-only.

(Inherited from EntityDescription)

Applies to