Share via


IRegionBehavior.Region Property

The region that this behavior is extending.

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

Syntax

'Declaration
Property Region As IRegion
IRegion Region { get; set; }
property IRegion^ Region {
    IRegion^ get ();
    void set (IRegion^ value);
}
function get_region();
function set_region(value);

See Also

IRegionBehavior Interface

Microsoft.Practices.Composite.Regions Namespace