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