Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim id As String
Dim title As String
Dim instance As New SmsSummaryItem(id, title)
Syntax
'Declaration
Public Sub New ( _
id As String, _
title As String _
)
public SmsSummaryItem (
string id,
string title
)
public:
SmsSummaryItem (
String^ id,
String^ title
)
public SmsSummaryItem (
String id,
String title
)
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
Reference
SmsSummaryItem Class
SmsSummaryItem Members
Microsoft.ConfigurationManagement.AdminConsole Namespace