'Declaration <DataMemberAttribute()> Public Property PredictedDaysToFull As Double
'Usage Dim instance As ArchiveStatistics Dim value As Double instance.PredictedDaysToFull = value value = instance.PredictedDaysToFull
[DataMember()] public double PredictedDaysToFull {get; set;}
[DataMember()] public: property double PredictedDaysToFull { double get(); void set ( double value); }