PropertyInformation::IsLocked Property
.NET Framework (current version)
Gets a value specifying whether the configuration attribute is locked.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::Booleantrue if the PropertyInformation object is locked; otherwise, false.
The IsLocked property returns true when the related element is locked by the LockAttributes or LockAllAttributesExcept property.
The following code example demonstrates how to use the IsLocked property. This code example is part of a larger example provided for the PropertyInformation class.
.NET Framework
Available since 2.0
Available since 2.0
Show: