Click or drag to resize

ResultFileCollectionIsReadOnly Property

Gets a value indicating whether the ICollectionT is read-only.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public bool IsReadOnly { get; }

Return Value

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

Implements

ICollectionTIsReadOnly
See Also