Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFCsvColumn.IsRequired Property

  • Last UpdatedNov 18, 2025
  • 1 minute read
AFCsvColumn.IsRequired Property
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: Boolean
If the value is , then the column is required when exporting to or importing from CSV.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in