API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_USERPROPERTY_NAME Property / DMPLAOBJECT_USERPROPERTY_NAME Property

In This Topic
    DMPLAOBJECT_USERPROPERTY_NAME Property
    In This Topic
    User-defined property: Name # 44054.
    Syntax
    public PropertyValue DMPLAOBJECT_USERPROPERTY_NAME {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_USERPROPERTY_NAME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    This property is read-only. Property is indexed. Possible indexes are from 1 to 100.

    This property can be used in reports and displays the name of a user-defined property. Up to 100 properties can be differentiated by using the index.

    See Also