'Declaration <DescriptionAttribute("User interface name of the field. An alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field)")> <DefaultValueAttribute(null)> <CategoryAttribute("Naming")> Public Property UserInterfaceName As System.String
[Description("User interface name of the field. An alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field)")] [DefaultValue(null)] [Category("Naming")] public System.String UserInterfaceName { get; set; }
[Description("User interface name of the field. An alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field)")] [DefaultValue(null)] [Category("Naming")] public: __property System.String get_UserInterfaceName(); public: __property void set_UserInterfaceName(
System.String value
);
[Description("User interface name of the field. An alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field)")] [DefaultValue(null)] [Category("Naming")] public:
property System.String UserInterfaceName { System.String get(); void set(System.String value); }