ObjectId Constructor (String, String, Nullable)

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 ObjectId Class.Initializes a new instance of the ObjectId Class.

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

Usage

'Usage
Dim scope As String
Dim name As String
Dim version As Nullable(Of Integer)

Dim instance As New ObjectId(scope, name, version)

Syntax

'Declaration
Public Sub New ( _
    scope As String, _
    name As String, _
    version As Nullable(Of Integer) _
)
public ObjectId (
    string scope,
    string name,
    Nullable<int> version
)
public:
ObjectId (
    String^ scope, 
    String^ name, 
    Nullable<int> version
)
public ObjectId (
    String scope, 
    String name, 
    Nullable<int> version
)
public function ObjectId (
    scope : String, 
    name : String, 
    version : Nullable<int>
)

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

ObjectId Class
ObjectId Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace