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

Initializes a new instance of the ResourceId Class.Initializes a new instance of the ResourceId Class.

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

Usage

'Usage
Dim id As String

Dim instance As New ResourceId(id)

Syntax

'Declaration
Public Sub New ( _
    id As String _
)
public ResourceId (
    string id
)
public:
ResourceId (
    String^ id
)
public ResourceId (
    String id
)
public function ResourceId (
    id : String
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ResourceId Class
ResourceId Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace