ProvideBrokeredServiceAttribute.Audience Property

Definition

Gets or sets a value indicating which clients should be allowed to directly acquire this service. Audiences may be bitwise-OR'd together to expand the set of clients that are allowed to acquire this service.

public:
 property Microsoft::VisualStudio::Shell::ServiceBroker::ServiceAudience Audience { Microsoft::VisualStudio::Shell::ServiceBroker::ServiceAudience get(); void set(Microsoft::VisualStudio::Shell::ServiceBroker::ServiceAudience value); };
public Microsoft.VisualStudio.Shell.ServiceBroker.ServiceAudience Audience { get; set; }
member this.Audience : Microsoft.VisualStudio.Shell.ServiceBroker.ServiceAudience with get, set
Public Property Audience As ServiceAudience

Property Value

The default value is Process.

Applies to