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

AF SDK Reference

AFCollectiveMember.DatabaseVersion Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFCollectiveMember.DatabaseVersion Property
Read-only property that contains a string that uniquely identifies the current database version.

Namespace:  OSIsoft.AF.Collective
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public string DatabaseVersion { get; }
Public ReadOnly Property DatabaseVersion As String
	Get

Dim instance As AFCollectiveMember
Dim value As String

value = instance.DatabaseVersion
public:
property String^ DatabaseVersion {
	String^ get ();
}
member DatabaseVersion : string with get

Property Value

Type: String
A string that uniquely identifies the current database version.

Remarks

The format of the string has five parts with the following format:

<major version>.<minor version>.<revision>.<build number> <label>

For example, '1.2.3.4 Beta' indicates 1 as the major version, 2 as the minor version, 3 as the revision, 4 as the build number, and Beta as the label.

Version Information

AFSDK


See Also

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