API Help
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_REVISION_LOG_NAME Property / PAGE_REVISION_LOG_NAME Property

In This Topic
    PAGE_REVISION_LOG_NAME Property
    In This Topic
    Revision index (change tracking) # 11071.
    Syntax
    public PropertyValue PAGE_REVISION_LOG_NAME {get; set;}
    public:
    property PropertyValue^ PAGE_REVISION_LOG_NAME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 1000.

    Text used to identify change. Existing values can be selected from a list. A max. of 1,000 is allowed.

    See Also