PIIdentityMapping.Identity Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property identifies the Name of the PIIdentity this mapping is associated with.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string Identity { get; set; }
Public Property Identity As String Get Set Dim instance As PIIdentityMapping Dim value As String value = instance.Identity instance.Identity = value
public: property String^ Identity { String^ get (); void set (String^ value); }
member Identity : string with get, set
Property Value
Type: StringReturns the Name of the PIIdentity this mapping is associated with.