Partager via


HistoricalMeterData.StatusAsInt Property

 

Gets or sets the status of the metering data. This property should only be used for serialization. Use Status instead.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Required, 
    RangeMin = 0)]
public int StatusAsInt { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required, 
    RangeMin = 0)]
property int StatusAsInt {
    int get();
    void set(int value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
    RangeMin := 0)>
Public Property StatusAsInt As Integer

Property Value

Type: System.Int32

See Also

HistoricalMeterData Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top