InventoryReportDetails.ReportTypeString Property

 

Gets or sets the report type. This property is only for serialization. Use ReportType instead.

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

Syntax

public string ReportTypeString { get; set; }
public:
property String^ ReportTypeString {
    String^ get();
    void set(String^ value);
}
Public Property ReportTypeString As String

Property Value

Type: System.String

See Also

InventoryReportDetails Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top