Initializes a new SavedSearch object. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim name As String
Dim viewTypeId As Guid

Dim instance As New SavedSearch(name, viewTypeId)

Syntax

Visual Basic
Public Sub New ( _
		name As String, _
		viewTypeId As Guid _
)
C#
public SavedSearch (
		string name,
		Guid viewTypeId
)
C++
public:
SavedSearch (
		String^ name, 
		Guid viewTypeId
)
J#
public SavedSearch (
		String name, 
		Guid viewTypeId
)
JScript
public function SavedSearch (
		name : String, 
		viewTypeId : Guid
)

Parameters

name

The display name of the saved search.

viewTypeId

The view type of the saved search.

Platforms

Development Platforms

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

Target Platforms

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

See Also