Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDAddress Class / ShortName Property

In This Topic
    ShortName Property
    In This Topic
    Returns the short name of the address. This short name combined with the Type of the address is the unique key.
    Syntax
    public string ShortName {get; set;}
    public:
    property String^ ShortName {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    short name of the address
    See Also