Gets an application service provider

Namespace: Composite.Core.Application
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public static IServiceProvider ApplicationServices { get; set; }
Visual Basic
Public Shared Property ApplicationServices As IServiceProvider
	Get
	Set
Visual C++
public:
static property IServiceProvider^ ApplicationServices {
	IServiceProvider^ get ();
	void set (IServiceProvider^ value);
}

See Also