IPerRouteContainer.BuilderFactory 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 function to build an IContainerBuilder
public Func<Microsoft.OData.IContainerBuilder> BuilderFactory { get; set; }
member this.BuilderFactory : Func<Microsoft.OData.IContainerBuilder> with get, set
Public Property BuilderFactory As Func(Of IContainerBuilder)