Eplan Platform API
Eplan.EplApi.DataModel Namespace / Article.Module Class / DeviceTag Property

In This Topic
    DeviceTag Property (Article.Module)
    In This Topic
    Returns device tag of the Module.
    Syntax
    public string DeviceTag {get; set;}
    public:
    property String^ DeviceTag {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    Device tag.
    See Also