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 machine identification information in the report header.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively = true)]
public InventoryIdentification Identification { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required,
CheckRecursively = true)]
property InventoryIdentification^ Identification {
InventoryIdentification^ get();
void set(InventoryIdentification^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively := True)>
Public Property Identification As InventoryIdentification
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryIdentification
See Also
InventoryReportHeader Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top