InventoryInstanceElement Constructor (String, String, String)
Initializes a new instance of the InventoryInstanceElement class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected InventoryInstanceElement(
string parentClass,
string baseClass,
string scope
)
protected:
InventoryInstanceElement(
String^ parentClass,
String^ baseClass,
String^ scope
)
Protected 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
InventoryInstanceElement Overload
InventoryInstanceElement Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top