ServiceRegistration.AdditionalServiceInterfaceTypeNames 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 collection of the assembly-qualified names for additional service interfaces that should be exposed to the service broker client.
public System.Collections.Immutable.ImmutableArray<string> AdditionalServiceInterfaceTypeNames { get; init; }
member this.AdditionalServiceInterfaceTypeNames : System.Collections.Immutable.ImmutableArray<string> with get, set
Public Property AdditionalServiceInterfaceTypeNames As ImmutableArray(Of String)