SmsSummaryAction Constructor (String, String, Generic IEnumerable)
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
'Usage
Dim id As String
Dim title As String
Dim details As IEnumerable(Of String)
Dim instance As New SmsSummaryAction(id, title, details)
Syntax
'Declaration
Public Sub New ( _
id As String, _
title As String, _
details As IEnumerable(Of String) _
)
public SmsSummaryAction (
string id,
string title,
IEnumerable<string> details
)
public:
SmsSummaryAction (
String^ id,
String^ title,
IEnumerable<String^>^ details
)
public SmsSummaryAction (
String id,
String title,
IEnumerable<String> details
)
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
Reference
SmsSummaryAction Class
SmsSummaryAction Members
Microsoft.ConfigurationManagement.AdminConsole Namespace