ViewSetting Constructor
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new ViewSetting object.
Namespace: Microsoft.EnterpriseManagement.Presentation
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim view As ManagementPackView
Dim setting As String
Dim instance As New ViewSetting(view, setting)
Syntax
'Declaration
Public Sub New ( _
view As ManagementPackView, _
setting As String _
)
public ViewSetting (
ManagementPackView view,
string setting
)
public:
ViewSetting (
ManagementPackView^ view,
String^ setting
)
public ViewSetting (
ManagementPackView view,
String setting
)
public function ViewSetting (
view : ManagementPackView,
setting : String
)
Parameters
- view
The view to associate the setting to.
- setting
The setting.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ViewSetting Class
ViewSetting Members
Microsoft.EnterpriseManagement.Presentation Namespace