Mediachase FileUploader.NET 1.9 Framework Help

FormInfo.IsReadOnly Property

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

[Visual Basic]
Public ReadOnly Property IsReadOnly As Boolean
[C#]
public bool IsReadOnly {get;}

Property Value

true if the FormInfo is read-only; otherwise, false.

Remarks

A class that is read-only does not allow the modification of elements after the object is created.

See Also

FormInfo Class | Mediachase.FileUploader Namespace