Share via


Region.Name Property

Gets the name of the region that uniequely identifies the region within a IRegionManager.

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

Syntax

public string Name { get; set; }
'Declaration
Public Property Name As String
    Get
    Set

Field Value

The name of the region.

Implements

IRegion.Name

See Also

Region Class

Microsoft.Practices.Prism.Regions Namespace