TransSubscription.FullSubscription プロパティ

定義

サブスクリプションがいっぱいかどうかを示す値を取得します。

public:
 property bool FullSubscription { bool get(); };
public bool FullSubscription { get; }
member this.FullSubscription : bool
Public ReadOnly Property FullSubscription As Boolean

プロパティ値

サブスクリプションがいっぱいの場合は true、それ以外の場合は false です。

適用対象