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

PI Powershell

SetPITrust.ApplicationName Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
SetPITrust.ApplicationName Property

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

Property Value

Type: String

See Also

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