API Help
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / ARTICLEREF_HARNESSPROD_GUID Property / ARTICLEREF_HARNESSPROD_GUID(Int32) Property

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

    In this property Harness proD stores references to its own objects during the data exchange.

    See Also