InventoryReportHeader.Identification Property

 

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