API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_REVISION_CHECKEDBY Property / PROJ_REVISION_CHECKEDBY(Int32) Property

In This Topic
    PROJ_REVISION_CHECKEDBY(Int32) Property
    In This Topic
    Checked by # 10162. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_REVISION_CHECKEDBY( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_REVISION_CHECKEDBY {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    See Also