AnalysisBuilder.ApplicationServices Property

Definition

Gets or sets the IServiceProvider that provides access to the application's service container.

public:
 property IServiceProvider ^ ApplicationServices { IServiceProvider ^ get(); void set(IServiceProvider ^ value); };
public IServiceProvider ApplicationServices { get; set; }
member this.ApplicationServices : IServiceProvider with get, set
Public Property ApplicationServices As IServiceProvider

Property Value

Implements

Applies to