Share via


TechnologyBase Constructor (String, ResourceManager)

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.]

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

Usage

'Usage
Dim id As String
Dim resMgr As ResourceManager

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

Syntax

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

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