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プロパティはどのユーザーでも取得または設定可能です。