Parcel ReadOnly Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Indicates whether the data may be altered. ReadOnly parcels can not be Opened after that have been Sealed by their creator

Namespace: NFX.DataAccess.Distributed
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract bool ReadOnly { get; }

Property Value

Type: OnlineBoolean
See Also