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

PI Powershell

GetPILicenseAllowedApplication.Name Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
GetPILicenseAllowedApplication.Name Property

Name of the application for which to retrieve the PI License Allowed Application information

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)

Syntax

[ParameterAttribute(Position = 1, Mandatory = false, ParameterSetName = "ByType", 
	HelpMessage = "Application name")]
[ParameterAttribute(Position = 0, Mandatory = false, ParameterSetName = "ByName", 
	HelpMessage = "Application name")]
[ValidateNotNullOrEmptyAttribute]
public string Name { get; set; }
<ParameterAttribute(Position := 1, Mandatory := false, ParameterSetName := "ByType", 
	HelpMessage := "Application name")>
<ParameterAttribute(Position := 0, Mandatory := false, ParameterSetName := "ByName", 
	HelpMessage := "Application name")>
<ValidateNotNullOrEmptyAttribute>
Public Property Name As String
	Get
	Set

Dim instance As GetPILicenseAllowedApplication
Dim value As String

value = instance.Name

instance.Name = value
public:
[ParameterAttribute(Position = 1, Mandatory = false, ParameterSetName = L"ByType", 
	HelpMessage = L"Application name")]
[ParameterAttribute(Position = 0, Mandatory = false, ParameterSetName = L"ByName", 
	HelpMessage = L"Application name")]
[ValidateNotNullOrEmptyAttribute]
property String^ Name {
	String^ get ();
	void set (String^ value);
}
[<ParameterAttribute(Position = 1, Mandatory = false, ParameterSetName = "ByType", 
	HelpMessage = "Application name")>]
[<ParameterAttribute(Position = 0, Mandatory = false, ParameterSetName = "ByName", 
	HelpMessage = "Application name")>]
[<ValidateNotNullOrEmptyAttribute>]
member Name : string with get, set

Property Value

Type: String

See Also

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