Skip to content

5183c70b 560c 8298 9704 8d1bb5bc6283

Fernando Garcia edited this page May 8, 2018 · 1 revision

PropertiesModel.IsReadOnly Property

Additional header content

Gets a value indicating whether the ICollection(T) is read-only.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public bool IsReadOnly { get; }

VB

Public ReadOnly Property IsReadOnly As Boolean
	Get

Property Value

Type: Boolean
[Missing documentation for "P:iTin.Export.Model.PropertiesModel.IsReadOnly"]

Return Value

Type: Boolean
true if the ICollection(T) is read-only; otherwise, false.

Implements

ICollection(T).IsReadOnly

Remarks

[Missing documentation for "P:iTin.Export.Model.PropertiesModel.IsReadOnly"]

See Also

Reference

PropertiesModel Class
iTin.Export.Model Namespace

Clone this wiki locally