AFCsvColumn.IsRequired Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns a boolean flag indicating whether the column is required for CSV import or export.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsRequired { get; }
Public ReadOnly Property IsRequired As Boolean Get Dim instance As AFCsvColumn Dim value As Boolean value = instance.IsRequired
public: property bool IsRequired { bool get (); }
member IsRequired : bool with get
Property Value
Type: BooleanIf the value is , then the column is required when exporting to or importing from CSV.