API Help
Eplan.EplApi.MasterData Namespace / MDConnectionPointInfo Class / Name Property

In This Topic
    Name Property (MDConnectionPointInfo)
    In This Topic
    Returns the name of the connection point info. This name is the unique key.
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    Name of the connection point info
    See Also