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

PI Powershell

AddPIMapping.Principal Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
AddPIMapping.Principal Property

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

Property Value

Type: String

See Also

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