Share via


RegionMemberLifetimeAttribute.KeepAlive Property

Determines if the region member should be kept-alive when deactivated.

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public bool KeepAlive { get; set; }
'Declaration
Public Property KeepAlive As Boolean
    Get
    Set

See Also

RegionMemberLifetimeAttribute Class

Microsoft.Practices.Prism.Regions Namespace