API Help
Eplan.EplApi.DataModel Namespace / PlcIO Class / DataType Property

In This Topic
    DataType Property (PlcIO)
    In This Topic
    Returns the PlcIOEntry's data type.
    Syntax
    public string DataType {get; set;}
    public:
    property String^ DataType {
       String^ get();
       void set (    String^ value);
    }
    See Also