Initializes a new instance of SmsSummaryAction for the specified identifier, title, and details. 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 details As IEnumerable(Of String)

Dim instance As New SmsSummaryAction(id, title, details)

Syntax

Visual Basic
Public Sub New ( _
		id As String, _
		title As String, _
		details As IEnumerable(Of String) _
)
C#
public SmsSummaryAction (
		string id,
		string title,
		IEnumerable<string> details
)
C++
public:
SmsSummaryAction (
		String^ id, 
		String^ title, 
		IEnumerable<String^>^ details
)
J#
public SmsSummaryAction (
		String id, 
		String title, 
		IEnumerable<String> details
)
JScript
public function SmsSummaryAction (
		id : String, 
		title : String, 
		details : IEnumerable<String>
)

Parameters

id

[in] Identifier of the action.

title

[in] Title of the action.

details

[in] System.Collections.Generic.IEnumerable object for strings that indicates action details.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also