FileInformation.IsPropertyObjectFile

Syntax

FileInformation.IsPropertyObjectFile

Data Type

Boolean

Purpose

Returns True if the file is a TestStand PropertyObjectFile .

Remarks

Use this property to determine whether you can load the file using the PropertyObjectFile.ReadFile method.

This property throws an exception if TestStand cannot locate the file when it is first accessed. Use the FileInformation.FileExists property to determine whether the file is available.

See Also

FileInformation.FileExists

FileInformation.IsCustomFile

FileInformation.IsSequenceFile

PropertyObjectFile

PropertyObjectFile.ReadFile