AddPIMapping.Identity Property
- Last UpdatedDec 15, 2025
- 1 minute read
PI Identity to assign to the PI Mapping to add
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 1, Mandatory = true, HelpMessage = "PI Identity")] public string Identity { get; set; }
<ParameterAttribute(Position := 1, Mandatory := true, HelpMessage := "PI Identity")> Public Property Identity As String Get Set Dim instance As AddPIMapping Dim value As String value = instance.Identity instance.Identity = value
public: [ParameterAttribute(Position = 1, Mandatory = true, HelpMessage = L"PI Identity")] property String^ Identity { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 1, Mandatory = true, HelpMessage = "PI Identity")>] member Identity : string with get, set