Share via


Region.Name Property

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

Namespace:  Microsoft.Practices.Composite.Presentation.Regions
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Public Property Name As String
public string Name { get; set; }
public:
virtual property String^ Name {
    String^ get () sealed;
    void set (String^ value) sealed;
}
function get_name();
function set_name(value);

Field Value

The name of the region.

Implements

IRegion.Name

See Also

Region Class

Microsoft.Practices.Composite.Presentation.Regions Namespace