InventoryGenericCollectionSuccess.InventoryReportId Property

 

Gets or sets the ID of the inventory report.

Namespace:   Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

[StatusMessagePropertyAttribute]
public string InventoryReportId { get; set; }
public:
[StatusMessagePropertyAttribute]
property String^ InventoryReportId {
    String^ get();
    void set(String^ value);
}
<StatusMessagePropertyAttribute>
Public Property InventoryReportId As String

Property Value

Type: System.String

See Also

InventoryGenericCollectionSuccess Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

Return to top