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

In This Topic
    PROJ_GUID Property
    In This Topic
    Unique project ID # 10184.
    Syntax
    public PropertyValue PROJ_GUID {get; set;}
    public:
    property PropertyValue^ PROJ_GUID {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Unique project ID, used in the project management.

    See Also