Eplan Platform API
Eplan.EplApi.EServices Namespace / Verification Class / Region Property

In This Topic
    Region Property (Verification)
    In This Topic
    The region associated with the message. Is automatically set.
    Syntax
    public IMessage.Region Region {get; set;}
    public:
    property IMessage.Region Region {
       IMessage.Region get();
       void set (    IMessage.Region value);
    }
    See Also