Click or drag to resize
IImportExportColumnDescriptionIsReadOnly Property

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

If the column is managed by netadmin or otherwise can never be changed. Unlike IsGenerated, value will be validated to not have changed on import. This is to avoid user confusion that the import "didn't work" when trying to change readonly values

Namespace: Netadmin.Management.ImportExport.Description
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
bool IsReadOnly { get; set; }

Property Value

Type: Boolean
See Also