Gets the root unity container (or derived classes can set it)
Namespace: AppCan.wpf.ApplicationAssembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public IUnityContainer Container { get; protected set; } |
Visual Basic |
---|
Public Property Container As IUnityContainer Get Protected Set |
Visual C++ |
---|
public: property IUnityContainer^ Container { IUnityContainer^ get (); protected: void set (IUnityContainer^ value); } |