'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the command must remove structure tree.")> Public Property RemoveStructureTree As Boolean
[DefaultValue(False)] [Description("A value indicating whether the command must remove structure tree.")] public bool RemoveStructureTree { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the command must remove structure tree.")] public: __property bool get_RemoveStructureTree(); public: __property void set_RemoveStructureTree(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the command must remove structure tree.")] public:
property bool RemoveStructureTree { bool get(); void set(bool value); }
Property Value
True - команда должна удалять дерево структуры; false - команда НЕ должна удалять дерево структуры.
Значение по умолчанию: false.
Значение по умолчанию: false.