Container.LifetimeManagers Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the lifetime managers of this container instance.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As Container
Dim value As ILifetimeManagerTypeRegistry
value = instance.LifetimeManagers
Syntax
'Declaration
Public ReadOnly Property LifetimeManagers As ILifetimeManagerTypeRegistry
public ILifetimeManagerTypeRegistry LifetimeManagers { get; }
public:
virtual property ILifetimeManagerTypeRegistry^ LifetimeManagers {
ILifetimeManagerTypeRegistry^ get () sealed;
}
/** @property */
public final ILifetimeManagerTypeRegistry get_LifetimeManagers ()
public final function get LifetimeManagers () : ILifetimeManagerTypeRegistry
Property Value
The lifetime managers of this container instance.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
Container Class
Container Members
Microsoft.EnterpriseManagement Namespace