AFVersion.HasMultipleVersions Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns if multiple versions of this object exist.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool HasMultipleVersions { get; }
Public ReadOnly Property HasMultipleVersions As Boolean Get Dim instance As AFVersion Dim value As Boolean value = instance.HasMultipleVersions
public: property bool HasMultipleVersions { bool get (); }
member HasMultipleVersions : bool with get
Property Value
Type: BooleanReturns if multiple versions of this object exist.
Remarks
This method provides a more performant way of checking for multiple versions of an object
than FindVersions, PreviousVersion, or NextVersion.