LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

IsReadOnly Property (DictionaryWithEvents<TKey,TValue>)







Gets a value indicating whether the dictionary is read-only.
Syntax
public bool IsReadOnly {get;}
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim value As Boolean
 
value = instance.IsReadOnly
public bool IsReadOnly {get;}
 get_IsReadOnly(); 
public: __property bool get_IsReadOnly();
public:
property bool IsReadOnly {
   bool get();
}

Property Value

true if the ICollection{T} is read-only; otherwise, false. In the default implementation of DictionaryWithEvents<TKey,TValue>, this property always returns false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.