'Declaration <DescriptionAttribute("A value indicating whether this processing command can modify target object.")> <DefaultValueAttribute(True)> Public Overridable ReadOnly Property CanModifyTarget As Boolean
[Description("A value indicating whether this processing command can modify target object.")] [DefaultValue(True)] public virtual bool CanModifyTarget { get; }
[Description("A value indicating whether this processing command can modify target object.")] [DefaultValue(True)] public: __property virtual bool get_CanModifyTarget();
[Description("A value indicating whether this processing command can modify target object.")] [DefaultValue(True)] public:
virtual property bool CanModifyTarget { bool get(); }
Property Value
True, если эта команда обработки может изменять целевой объект; в противном случае, false.