Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / FieldValue Class / Value Property



In This Topic
    Value Property (FieldValue)
    In This Topic
    Name of the Field.
    Syntax
    'Declaration
     
    <DataMemberAttribute("DetailedValue")>
    Public Property Value As DetailedValue
    'Usage
     
    Dim instance As FieldValue
    Dim value As DetailedValue
     
    instance.Value = value
     
    value = instance.Value
    [DataMember("DetailedValue")]
    public DetailedValue Value {get; set;}
    [DataMember("DetailedValue")]
    public:
    property DetailedValue^ Value {
       DetailedValue^ get();
       void set (    DetailedValue^ 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