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

AF SDK Reference

AFObject.Identity Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFObject.Identity Property
This read-only property contains identity of the object.

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

Syntax

public AFIdentity Identity { get; }
Public ReadOnly Property Identity As AFIdentity
	Get

Dim instance As AFObject
Dim value As AFIdentity

value = instance.Identity
public:
virtual property AFIdentity Identity {
	AFIdentity get () sealed;
}
abstract Identity : AFIdentity with get
override Identity : AFIdentity with get

Property Value

Type: AFIdentity
The identity of the object.

Remarks

This property returns an enumeration value that can be used to easily identify the type of the object at runtime.

Version Information

AFSDK


See Also

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