ProvideBrokeredServiceAttribute.OptionalInterfaces 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 an array of optional interfaces that the exported brokered service implements.
public System.Collections.Immutable.ImmutableArray<Type> OptionalInterfaces { get; }
member this.OptionalInterfaces : System.Collections.Immutable.ImmutableArray<Type>
Public ReadOnly Property OptionalInterfaces As ImmutableArray(Of Type)