[DefaultValue(True)] [Description("The initial visibility of the field in the user interface.")] public bool IsVisible { get; set; }
[DefaultValue(True)] [Description("The initial visibility of the field in the user interface.")] public: __property bool get_IsVisible(); public: __property void set_IsVisible(
bool value
);
[DefaultValue(True)] [Description("The initial visibility of the field in the user interface.")] public:
property bool IsVisible { bool get(); void set(bool value); }
'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("The initial visibility of the field in the user interface.")> Public Property IsVisible As Boolean
Property Value
Значение по умолчанию - true.