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