Chili.Opf3 Send comments on this topic.
IsReadOnly Property
See Also 
Chili.Opf3.DynamicProperties Namespace > DynamicPropertiesCollection Class : IsReadOnly Property




Gets a value indicating whether the container is read-only.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsReadOnly As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DynamicPropertiesCollection
Dim value As Boolean
 
value = instance.IsReadOnly
C# 
public bool IsReadOnly {get;}
Managed Extensions for C++ 
public: __property bool get_IsReadOnly();
C++/CLI 
public:
property bool IsReadOnly {
   bool get();
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also