Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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