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



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