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



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