IsRelevantToSafety Property (MDPlugTemplatePosition)
In This Topic
Is the plug template relevant to safety (yes / no)
Syntax
public bool IsRelevantToSafety {get; set;}
public:
property bool IsRelevantToSafety {
bool get();
void set ( bool value);
}
See Also