[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Initializes a new UserSearch object. Namespace: Microsoft.EnterpriseManagement.UserInfo
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim name As String
Dim viewTypeId As Guid

Dim instance As New UserSearch(name, viewTypeId)

Syntax

Visual Basic
Public Sub New ( _
		name As String, _
		viewTypeId As Guid _
)
C#
public UserSearch (
		string name,
		Guid viewTypeId
)
C++
public:
UserSearch (
		String^ name, 
		Guid viewTypeId
)
J#
public UserSearch (
		String name, 
		Guid viewTypeId
)
JScript
public function UserSearch (
		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

See Also