Eplan Platform API
Eplan.EplApi.DataModel Namespace / OptionPropertyList Class / OPTION_NAME Property / OPTION_NAME Property

In This Topic
    OPTION_NAME Property
    In This Topic
    Project option: Name # 23101.
    Syntax
    public PropertyValue OPTION_NAME {get; set;}
    public:
    property PropertyValue^ OPTION_NAME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Name of the project option.

    See Also