Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / AlarmInfo Class / Acked Property



In This Topic
    Acked Property (AlarmInfo)
    In This Topic
    Syntax
    'Declaration
     
    <DataMemberAttribute("Acked")>
    Public Property Acked As Boolean
    'Usage
     
    Dim instance As AlarmInfo
    Dim value As Boolean
     
    instance.Acked = value
     
    value = instance.Acked
    [DataMember("Acked")]
    public bool Acked {get; set;}
    [DataMember("Acked")]
    public:
    property bool Acked {
       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