ReadOnlyAttribute.IsReadOnly Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the property this attribute is applied to is read-only.
Assembly: System (in System.dll)
Property Value
Type: System.Booleantrue if the property this attribute is applied to is read-only; false if the property is read/write.
Show: