Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / MultiField Class / Fields Property


In This Topic
    Fields Property (MultiField)
    In This Topic
    The list of Fields that belong to this MultiField type.
    Syntax
    Public Property Fields As System.Collections.Generic.List(Of Field)
    public System.Collections.Generic.List<Field> Fields {get; set;}
    public:
    property System.Collections.Generic.List<Field^>^ Fields {
       System.Collections.Generic.List<Field^>^ get();
       void set (    System.Collections.Generic.List<Field^>^ 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