Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the instance data for the instance.
Important: This property will override any previously set BaseClass, ParentClass, or Namespace values.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public InventoryInstanceElement InstanceData { get; set; }
public:
property InventoryInstanceElement^ InstanceData {
InventoryInstanceElement^ get();
void set(InventoryInstanceElement^ value);
}
Public Property InstanceData As InventoryInstanceElement
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElement
See Also
InventoryInstance Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top