Eplan Platform API
Eplan.EplApi.DataModel Namespace / OptionFragmentPropertyList Class / OPTIONFRAGMENT_NAME Property / OPTIONFRAGMENT_NAME Property

In This Topic
    OPTIONFRAGMENT_NAME Property
    In This Topic
    Project option section: Name # 23102.
    Syntax
    public PropertyValue OPTIONFRAGMENT_NAME {get; set;}
    public:
    property PropertyValue^ OPTIONFRAGMENT_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 section within a project option.

    See Also