ImageGear .NET - Updated
IsReadOnly Property (ImGearXMPArray<T>)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPArray<T> Class : IsReadOnly Property
Gets a value indicating whether the object of ImGearXMPArray<T> is readonly.
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
'Usage
 
Dim instance As ImGearXMPArray(Of T)
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.false
See Also

Reference

ImGearXMPArray<T> Class
ImGearXMPArray<T> Members