public PropertyValue INTRINSICSAFETY( int index ) {get; set;}
public: property PropertyValue^ INTRINSICSAFETY { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue INTRINSICSAFETY( int index ) {get; set;}
public: property PropertyValue^ INTRINSICSAFETY { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Functions, connections, and connection definition points are defined as intrinsically safe using this property. The intrinsic safety at the function forces intrinsic safety at the associated connection points for which intrinsic safety is possible.