API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolPropertyList Class / PROPUSER_LAST_USERPHONE Property / PROPUSER_LAST_USERPHONE(Int32) Property

In This Topic
    PROPUSER_LAST_USERPHONE(Int32) Property
    In This Topic
    Last editor: Phone # 3012. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PROPUSER_LAST_USERPHONE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROPUSER_LAST_USERPHONE {
       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..

    The telephone number associated with the user code.

    See Also