PublicationMonitor.ExcludeAnonymousSubscriptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether anonymous subscriptions are excluded from or included in the monitor results.
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
Property Value
A Boolean value. If true
, anonymous subscriptions are excluded from the results. If false
, anonymous subscriptions are included in the results.
Remarks
The ExcludeAnonymousSubscriptions property can be retrieved or set by any user.