ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNodeList Class / IsReadOnly Property




In This Topic
    IsReadOnly Property (ImGearMetadataNodeList)
    In This Topic
    Gets a value indicating whether the List is read-only.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsReadOnly As Boolean
    'Usage
     
    Dim instance As ImGearMetadataNodeList
    Dim value As Boolean
     
    value = instance.IsReadOnly
    public bool IsReadOnly {get;}
    public: __property bool get_IsReadOnly();
    public:
    property bool IsReadOnly {
       bool get();
    }

    Property Value

    Boolean value.
    See Also