API Help
Eplan.EplApi.MasterData Namespace / MDConfigurablePropertyPosition Class / IdentifyingName Property

In This Topic
    IdentifyingName Property (MDConfigurablePropertyPosition)
    In This Topic
    Returns identifying name
    Syntax
    public string IdentifyingName {get; set;}
    public:
    property String^ IdentifyingName {
       String^ get();
       void set (    String^ value);
    }
    See Also