'Declaration <CategoryAttribute("Metadata node")> <DescriptionAttribute("A value indicating whether the node is read-only.")> Public ReadOnly Property IsReadOnly As Boolean
[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(); }
Property Value
true - node is read-only; false - node is not read-only.