'Declaration <DescriptionAttribute("A value indicating whether the node is read-only.")> <CategoryAttribute("Metadata node")> Public ReadOnly Property IsReadOnly As Boolean
[Description("A value indicating whether the node is read-only.")] [Category("Metadata node")] public bool IsReadOnly { get; }
[Description("A value indicating whether the node is read-only.")] [Category("Metadata node")] public: __property bool get_IsReadOnly();
[Description("A value indicating whether the node is read-only.")] [Category("Metadata node")] public:
property bool IsReadOnly { bool get(); }
Property Value
true - узел доступен только для чтения; false - узел не доступен только для чтения.