Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As IObjectRef
|
Syntax
Visual Basic |
Public Interface IObjectRef
Inherits IObjectId, IEquatable(Of IObjectId), _
IComparable(Of IObjectId)
|
C# |
public interface IObjectRef : IObjectId, IEquatable<IObjectId>,
IComparable<IObjectId>
|
C++ |
public interface class IObjectRef : IObjectId, IEquatable<IObjectId^>,
IComparable<IObjectId^>
|
J# |
public interface IObjectRef extends IObjectId, IEquatable<IObjectId>,
IComparable<IObjectId>
|
JScript |
public interface IObjectRef extends IObjectId, IEquatable<IObjectId>,
IComparable<IObjectId>
|
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also