Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / EnumeratedSetState Class / StateLowRawValue Property



In This Topic
    StateLowRawValue Property
    In This Topic
    Raw Values greater than this are in the state..
    Syntax
    'Declaration
     
    <DataMemberAttribute("StateLowRawValue")>
    Public Property StateLowRawValue As Object
    'Usage
     
    Dim instance As EnumeratedSetState
    Dim value As Object
     
    instance.StateLowRawValue = value
     
    value = instance.StateLowRawValue
    [DataMember("StateLowRawValue")]
    public object StateLowRawValue {get; set;}
    [DataMember("StateLowRawValue")]
    public:
    property Object^ StateLowRawValue {
       Object^ get();
       void set (    Object^ 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