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



In This Topic
    ElementValue Class
    In This Topic
    This class represents the individual element in ArrayValue.Values list.
    Syntax
    'Declaration
     
    <KnownTypeAttribute(System.Object)>
    <DataContractAttribute("ElementValue")>
    <SerializableAttribute()>
    Public Class ElementValue 
    'Usage
     
    Dim instance As ElementValue
    [KnownType(System.Object)]
    [DataContract("ElementValue")]
    [Serializable()]
    public class ElementValue 
    [KnownType(System.Object)]
    [DataContract("ElementValue")]
    [Serializable()]
    public ref class ElementValue 
    Inheritance Hierarchy

    System.Object
       Proficy.Historian.ClientAccess.API.ElementValue

    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