Intersoft ClientUI Documentation
ViewMetadata Constructor(String,Boolean)



A value that represents the hint for view sorting.
A value that indicates whether the view should be activated.
Initializes a new instance of ViewMetadata class.
Syntax
Public Function New( _
   ByVal viewSortHint As String, _
   ByVal isActive As Boolean _
)
Dim viewSortHint As String
Dim isActive As Boolean
 
Dim instance As New ViewMetadata(viewSortHint, isActive)
public ViewMetadata( 
   string viewSortHint,
   bool isActive
)
public:
ViewMetadata( 
   String^ viewSortHint,
   bool isActive
)

Parameters

viewSortHint
A value that represents the hint for view sorting.
isActive
A value that indicates whether the view should be activated.
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

ViewMetadata Class
ViewMetadata Members
Overload List

Send Feedback