'Declaration <CategoryAttribute("Metadata node")> <DescriptionAttribute("A value indicating whether the metadata node can be copied to the new metadata tree.")> Public Overridable ReadOnly Property CanCopy As Boolean
[Category("Metadata node")] [Description("A value indicating whether the metadata node can be copied to the new metadata tree.")] public virtual bool CanCopy { get; }
[Category("Metadata node")] [Description("A value indicating whether the metadata node can be copied to the new metadata tree.")] public: __property virtual bool get_CanCopy();
[Category("Metadata node")] [Description("A value indicating whether the metadata node can be copied to the new metadata tree.")] public:
virtual property bool CanCopy { bool get(); }
Property Value
true - узел метаданных может быть скопирован в новое дерево метаданных; false - узел метаданных НЕ может быть скопирован в новое дерево метаданных.