API Help
Eplan.EplApi.DataModel Namespace / DeletedObjectInfoPropertyList Class / DMDELETEDOBJECTINFO_USER Property / DMDELETEDOBJECTINFO_USER(Int32) Property

In This Topic
    DMDELETEDOBJECTINFO_USER(Int32) Property
    In This Topic
    User name # 36602. This property isn't indexed.
    Syntax
    public PropertyValue DMDELETEDOBJECTINFO_USER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMDELETEDOBJECTINFO_USER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Shows, at the deletion marker, the name of the user who deleted the object.

    See Also