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