Initializes a new instance of
SmsSummaryAction for the specified identifier and title. 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 SmsSummaryAction(id, title)
|
Syntax
Visual Basic |
Public Sub New ( _
id As String, _
title As String _
)
|
C# |
public SmsSummaryAction (
string id,
string title
)
|
C++ |
public:
SmsSummaryAction (
String^ id,
String^ title
)
|
J# |
public SmsSummaryAction (
String id,
String title
)
|
JScript |
public function SmsSummaryAction (
id : String,
title : String
)
|
Parameters
- id
-
[in] Identifier of the action.
- title
-
[in] Title of the action.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also