The IsReadOnly Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets a value indicating whether the collection is read-only.| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property IsReadOnly As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DelegatedServersCollection Dim value As Boolean value = instance.IsReadOnly | |
| C# | |
|---|---|
public virtual bool IsReadOnly {get;} | |
Property Value
false to indicate the collection is writeable.The property will always return false.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code