RevokedPublisherDescription クラス

定義

[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
継承
RevokedPublisherDescription
属性

コンストラクター

RevokedPublisherDescription(String)

プロパティ

ExtensionData

追加のデータを格納する構造体を取得または設定します。

(継承元 EntityDescription)
IsReadOnly

エンティティの説明が読み取り専用かどうかを示す値を取得または設定します。

(継承元 EntityDescription)
Name

メソッド

ThrowIfReadOnly()

エンティティの説明が読み取り専用の場合は、例外をスローします。

(継承元 EntityDescription)

適用対象