Share via


ItemMetadata.IsActive Property

Gets or sets a value indicating whether the wrapped item is considered active.

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

Syntax

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

Field Value

truetrue (True in Visual Basic) if the item should be considered active; otherwise falsefalse (False in Visual Basic).

See Also

ItemMetadata Class

Microsoft.Practices.Prism.Regions Namespace