Chili.Opf3 Send comments on this topic.
IsReadOnly Property
See Also 
Chili.Opf3.Mapping Namespace > IRelatedPropertiesPairCollection Interface : IsReadOnly Property




Returns whether the collection is read-only.

Syntax

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

Requirements

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

See Also