BinaryUnitInfoIsReadOnly Property

Gets a value that indicates whether this BinaryUnitInfo object is read-only.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
C#
public bool IsReadOnly { get; }

Property Value

Boolean
if the BinaryUnitInfo is read-only; otherwise, .

See Also