Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Archive Class / IsCurrent Property



In This Topic
    IsCurrent Property
    In This Topic
    Whether the archive is current, i.e. contains the latest data.
    Syntax
    'Declaration
     
    <DataMemberAttribute("Current")>
    Public Property IsCurrent As Boolean
    'Usage
     
    Dim instance As Archive
    Dim value As Boolean
     
    instance.IsCurrent = value
     
    value = instance.IsCurrent
    [DataMember("Current")]
    public bool IsCurrent {get; set;}
    [DataMember("Current")]
    public:
    property bool IsCurrent {
       bool get();
       void set (    bool 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