API Help
Eplan.EplApi.MasterData Namespace / MDSymbolLibraryPropertyList Class / PROPUSER_LAST_USEREMAIL Property / PROPUSER_LAST_USEREMAIL(Int32) Property

In This Topic
    PROPUSER_LAST_USEREMAIL(Int32) Property
    In This Topic
    Last editor: E-mail # 3013. This property isn't indexed, and is read-only.
    Syntax
    public MDPropertyValue PROPUSER_LAST_USEREMAIL( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ PROPUSER_LAST_USEREMAIL {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    The e-mail address associated with the user code.

    See Also