Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_COMPANYNAME Property / PROJ_COMPANYNAME Property

In This Topic
    PROJ_COMPANYNAME Property
    In This Topic
    Company name # 10015.
    Syntax
    public PropertyValue PROJ_COMPANYNAME {get; set;}
    public:
    property PropertyValue^ PROJ_COMPANYNAME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    See Also