[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

Visual Basic
Dim view As ManagementPackView
Dim setting As String

Dim instance As New ViewSetting(view, setting)

Syntax

Visual Basic
Public Sub New ( _
		view As ManagementPackView, _
		setting As String _
)
C#
public ViewSetting (
		ManagementPackView view,
		string setting
)
C++
public:
ViewSetting (
		ManagementPackView^ view, 
		String^ setting
)
J#
public ViewSetting (
		ManagementPackView view, 
		String setting
)
JScript
public function ViewSetting (
		view : ManagementPackView, 
		setting : String
)

Parameters

view

The view to associate the setting to.

setting

The setting.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also