IsReadOnly Property

Summary
When overridden in a derived class, gets a value indicating whether this property is read-only.
Syntax
C#
VB
C++
public override bool IsReadOnly { get; } 
Public Overrides ReadOnly Property IsReadOnly As Boolean 
public: 
property bool IsReadOnly { 
   bool get() override; 
} 

Property Value

true if the property is read-only; otherwise, false.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.