InventoryInstance Constructor (String, String, String)
Initializes a new instance of the InventoryInstance class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected InventoryInstance(
string scope,
string baseClass,
string parentClass
)
protected:
InventoryInstance(
String^ scope,
String^ baseClass,
String^ parentClass
)
Protected Sub New (
scope As String,
baseClass As String,
parentClass As String
)
Parameters
scope
Type: System.StringThe scope.
baseClass
Type: System.StringThe base class.
parentClass
Type: System.StringThe parent class.
See Also
InventoryInstance Overload
InventoryInstance Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top