class
HidePropertyAttribute
public class HidePropertyAttribute : Attribute A way to hide properties from parent classes in tools.
Constructors
HidePropertyAttribute(String internal_name) internal_name — The internal/fgd name to skip. Usually all lowercase and with underscores (_) instead of spaces.