The FullSubscription property returns a high-level indication of Subscriber interest in a publication.
object.FullSubscription
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
If True, the Subscriber is receiving all articles defined in the subscribed-to publication.
If False, the Subscriber has selected only articles of interest from the publication.
Boolean
Read-only
HRESULT GetFullSubscription(LPBOOL pRetVal);