BrokeredServicesChangedEventArgs.OtherServicesImpacted 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 a value indicating whether other services not included in ImpactedServices may also be impacted.
public:
property bool OtherServicesImpacted { bool get(); };
public bool OtherServicesImpacted { get; }
member this.OtherServicesImpacted : bool
Public ReadOnly Property OtherServicesImpacted As Boolean
Property Value
Remarks
This may be true when an IServiceBroker is proffered, changed, or removed without exhaustively enumerating the services it may offer.