public PropertyValue FUNC_ALLCONNECTIONDESIGNATIONS {get; set;}
public: property PropertyValue^ FUNC_ALLCONNECTIONDESIGNATIONS { PropertyValue^ get(); void set ( PropertyValue^ value); }
public PropertyValue FUNC_ALLCONNECTIONDESIGNATIONS {get; set;}
public: property PropertyValue^ FUNC_ALLCONNECTIONDESIGNATIONS { PropertyValue^ get(); void set ( PropertyValue^ value); }
Contains all connection point designations of a function where the individual connection point designations are separated by semicolons ";".
When setting the property an exception is thrown, if no value of the semicolon separated string is saved. This means the object has connection points (Pins) or the string is empty.