ProvideBrokeredServiceAttribute.Audience 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 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.