Initializes a new instance of SmsSummaryItem. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim id As String
Dim title As String

Dim instance As New SmsSummaryItem(id, title)

Syntax

Visual Basic
Public Sub New ( _
		id As String, _
		title As String _
)
C#
public SmsSummaryItem (
		string id,
		string title
)
C++
public:
SmsSummaryItem (
		String^ id, 
		String^ title
)
J#
public SmsSummaryItem (
		String id, 
		String title
)
JScript
public function SmsSummaryItem (
		id : String, 
		title : String
)

Parameters

id

[in] Identifier for the item.

title

[in] Title of the item.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also