Share via


TechnologyBase Constructor (String)

Applies To: System Center Configuration Manager 2012, System Center Configuration Manager 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Create a technology class with the specified id.

Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

'Usage
Dim id As String

Dim instance As New TechnologyBase(Of T)(id)

Syntax

'Declaration
Protected Sub New ( _
    id As String _
)
protected TechnologyBase (
    string id
)
protected:
TechnologyBase (
    String^ id
)
protected TechnologyBase (
    String id
)
protected function TechnologyBase (
    id : String
)

Parameters

  • id
    A string containing the Id for the technology.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

TechnologyBase Generic Class
TechnologyBase Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace