AddPIMapping.Principal Property
- Last UpdatedDec 15, 2025
- 2 minute read
Principal of 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 = 3, Mandatory = true, HelpMessage = "Principal")] [AliasAttribute(new string[] { ... })] public string Principal { get; set; }
<ParameterAttribute(Position := 3, Mandatory := true, HelpMessage := "Principal")> <AliasAttribute(New String() { ... })> Public Property Principal As String Get Set Dim instance As AddPIMapping Dim value As String value = instance.Principal instance.Principal = value
public: [ParameterAttribute(Position = 3, Mandatory = true, HelpMessage = L"Principal")] [AliasAttribute(__gc new array<String^>^ { ... })] property String^ Principal { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 3, Mandatory = true, HelpMessage = "Principal")>] [<AliasAttribute(new string[] { ... })>] member Principal : string with get, set