InventoryIdentification.Machine Property
Gets or sets the machine record for inventory identification.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively = true)]
public InventoryIdentificationMachine Machine { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required,
CheckRecursively = true)]
property InventoryIdentificationMachine^ Machine {
InventoryIdentificationMachine^ get();
void set(InventoryIdentificationMachine^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively := True)>
Public Property Machine As InventoryIdentificationMachine
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryIdentificationMachine
See Also
InventoryIdentification Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top