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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly