Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / ArchiveStatistics Class / PredictedDaysToFull Property



In This Topic
    PredictedDaysToFull Property
    In This Topic
    The approximate number of days to fill the current archive.
    Syntax
    '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);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also