PublicationMonitor.ExcludeAnonymousSubscriptions プロパティ

定義

匿名サブスクリプションを監視結果から除外するか監視結果に含めるかを取得します。値の設定も可能です。

public:
 property bool ExcludeAnonymousSubscriptions { bool get(); void set(bool value); };
public bool ExcludeAnonymousSubscriptions { get; set; }
member this.ExcludeAnonymousSubscriptions : bool with get, set
Public Property ExcludeAnonymousSubscriptions As Boolean

プロパティ値

Boolean 値。 true の場合、匿名サブスクリプションは結果から除外されます。 false の場合、匿名サブスクリプションは結果に含まれます。

注釈

ExcludeAnonymousSubscriptions プロパティは、すべてのユーザーが取得または設定できます。

適用対象