Intersoft ClientUI Documentation
ViewPartAttribute Constructor(String,String)



The region scope name of which the view will be injected to.
The region name of which the view will be injected to.
Initializes a new instance of ViewPartAttribute class.
Syntax
Public Function New( _
   ByVal regionScopeName As String, _
   ByVal regionName As String _
)
Dim regionScopeName As String
Dim regionName As String
 
Dim instance As New ViewPartAttribute(regionScopeName, regionName)
public ViewPartAttribute( 
   string regionScopeName,
   string regionName
)
public:
ViewPartAttribute( 
   String^ regionScopeName,
   String^ regionName
)

Parameters

regionScopeName
The region scope name of which the view will be injected to.
regionName
The region name of which the view will be injected to.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ViewPartAttribute Class
ViewPartAttribute Members
Overload List

Send Feedback