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

Usage

Visual Basic
Dim instance As IObjectId

Syntax

Visual Basic
Public Interface IObjectId
		Inherits IEquatable(Of IObjectId), IComparable(Of IObjectId)
C#
public interface IObjectId : IEquatable<IObjectId>, IComparable<IObjectId>
C++
public interface class IObjectId : IEquatable<IObjectId^>, IComparable<IObjectId^>
J#
public interface IObjectId extends IEquatable<IObjectId>, 
		IComparable<IObjectId>
JScript
public interface IObjectId extends IEquatable<IObjectId>, 
		IComparable<IObjectId>

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also