public PropertyValue FUNC_SAFETYRELEVANT( int index ) {get; set;}
public: property PropertyValue^ FUNC_SAFETYRELEVANT { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue FUNC_SAFETYRELEVANT( int index ) {get; set;}
public: property PropertyValue^ FUNC_SAFETYRELEVANT { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Shows whether a function is relevant to safety.