InventoryInstanceGeneric Constructor (String, 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,
string rawXml
)
public:
InventoryInstanceGeneric(
String^ parentClass,
String^ baseClass,
String^ scope,
String^ rawXml
)
Public Sub New (
parentClass As String,
baseClass As String,
scope As String,
rawXml As String
)
Parameters
parentClass
Type: System.StringThe parent class.
baseClass
Type: System.StringThe base class.
scope
Type: System.StringThe scope.
rawXml
Type: System.StringThe raw XML.
See Also
InventoryInstanceGeneric Overload
InventoryInstanceGeneric Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top