Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / CurrentValue Class
Members



In This Topic
    CurrentValue Class
    In This Topic
    Represents details of the most recent data value recorded for a tag in a Historian server.
    Object Model
    CurrentValue ClassDataQuality Class
    Syntax
    'Declaration
     
    <DataContractAttribute("CurrentValue")>
    <SerializableAttribute()>
    Public Class CurrentValue 
    'Usage
     
    Dim instance As CurrentValue
    [DataContract("CurrentValue")]
    [Serializable()]
    public class CurrentValue 
    [DataContract("CurrentValue")]
    [Serializable()]
    public ref class CurrentValue 
    Inheritance Hierarchy

    System.Object
       Proficy.Historian.ClientAccess.API.CurrentValue

    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