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