AddPITrust.WindowsAccount Property
- Last UpdatedDec 15, 2025
- 2 minute read
Windows Account of the PI Trust to add
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 7, Mandatory = false, HelpMessage = "PI Trust Windows Account")] [AliasAttribute(new string[] { ... })] public string WindowsAccount { get; set; }
<ParameterAttribute(Position := 7, Mandatory := false, HelpMessage := "PI Trust Windows Account")> <AliasAttribute(New String() { ... })> Public Property WindowsAccount As String Get Set Dim instance As AddPITrust Dim value As String value = instance.WindowsAccount instance.WindowsAccount = value
public: [ParameterAttribute(Position = 7, Mandatory = false, HelpMessage = L"PI Trust Windows Account")] [AliasAttribute(__gc new array<String^>^ { ... })] property String^ WindowsAccount { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 7, Mandatory = false, HelpMessage = "PI Trust Windows Account")>] [<AliasAttribute(new string[] { ... })>] member WindowsAccount : string with get, set