ManagementPackDisplayString Constructor (ManagementPackSubElement, CultureInfo)
Creates a new ManagementPackDisplayString object.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
'Usage
Dim subElement As ManagementPackSubElement
Dim culture As CultureInfo
Dim instance As New ManagementPackDisplayString(subElement, culture)
Syntax
'Declaration
Public Sub New ( _
subElement As ManagementPackSubElement, _
culture As CultureInfo _
)
public ManagementPackDisplayString (
ManagementPackSubElement subElement,
CultureInfo culture
)
public:
ManagementPackDisplayString (
ManagementPackSubElement^ subElement,
CultureInfo^ culture
)
public ManagementPackDisplayString (
ManagementPackSubElement subElement,
CultureInfo culture
)
public function ManagementPackDisplayString (
subElement : ManagementPackSubElement,
culture : CultureInfo
)
Parameters
- subElement
The ManagementPack child element that the display string is created for.
- culture
The culture that the display string language is in.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
ManagementPackDisplayString Class
ManagementPackDisplayString Members
Microsoft.EnterpriseManagement.Configuration Namespace