'Declaration <DescriptionAttribute("A value indicating whether the command must flatten annotations.")> <DefaultValueAttribute(True)> Public Property FlattenAnnotations As Boolean
[Description("A value indicating whether the command must flatten annotations.")] [DefaultValue(True)] public bool FlattenAnnotations { get; set; }
[Description("A value indicating whether the command must flatten annotations.")] [DefaultValue(True)] public: __property bool get_FlattenAnnotations(); public: __property void set_FlattenAnnotations(
bool value
);
[Description("A value indicating whether the command must flatten annotations.")] [DefaultValue(True)] public:
property bool FlattenAnnotations { bool get(); void set(bool value); }
Property Value
True - command must flatten annotations; false - command must NOT flatten annotations.
Default value is true.
Default value is true.