Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / Property Property / Property(String) Property

In This Topic
    Property(String) Property
    In This Topic
    Syntax
    public new MDPropertyValue Property( 
       string strIdentifyingName
    ) {get; set;}
    public:
    new property MDPropertyValue^ Property {
       MDPropertyValue^ get(String^ strIdentifyingName);
       void set (String^ strIdentifyingName, MDPropertyValue^ value);
    }

    Parameters

    strIdentifyingName
    See Also