'Declaration <CategoryAttribute("Discard")> <DescriptionAttribute("A value indicating whether the command must remove structure tree.")> <DefaultValueAttribute(False)> Public Property RemoveStructureTree As Boolean
[Category("Discard")] [Description("A value indicating whether the command must remove structure tree.")] [DefaultValue(False)] public bool RemoveStructureTree { get; set; }
[Category("Discard")] [Description("A value indicating whether the command must remove structure tree.")] [DefaultValue(False)] public: __property bool get_RemoveStructureTree(); public: __property void set_RemoveStructureTree(
bool value
);
[Category("Discard")] [Description("A value indicating whether the command must remove structure tree.")] [DefaultValue(False)] public:
property bool RemoveStructureTree { bool get(); void set(bool value); }
Property Value
True - command must remove structure tree; false - command must NOT remove structure tree.
Default value is false.
Default value is false.