API Help
Eplan.EplApi.DataModel Namespace / StorableObjectPropertyList Class / PROPUSER_DBOBJECTID Property / PROPUSER_DBOBJECTID(Int32) Property

In This Topic
    PROPUSER_DBOBJECTID(Int32) Property
    In This Topic
    Object identification # 2000. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PROPUSER_DBOBJECTID( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROPUSER_DBOBJECTID {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Internal object identifier.

    See Also