PublicationMonitor.ExcludeAnonymousSubscriptions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
匿名サブスクリプションを監視結果から除外するか監視結果に含めるかを取得します。値の設定も可能です。
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 プロパティは、すべてのユーザーが取得または設定できます。