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

PI Powershell

SetPIIdentity.AllowUseInMappings Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
SetPIIdentity.AllowUseInMappings Property

Allow use in mappings for the PI Identity

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)

Syntax

[ParameterAttribute(Position = 4, ParameterSetName = "AllProperties", 
	Mandatory = true, HelpMessage = "Allow PI Identity in mappings?")]
public bool AllowUseInMappings { get; set; }
<ParameterAttribute(Position := 4, ParameterSetName := "AllProperties", 
	Mandatory := true, HelpMessage := "Allow PI Identity in mappings?")>
Public Property AllowUseInMappings As Boolean
	Get
	Set

Dim instance As SetPIIdentity
Dim value As Boolean

value = instance.AllowUseInMappings

instance.AllowUseInMappings = value
public:
[ParameterAttribute(Position = 4, ParameterSetName = L"AllProperties", 
	Mandatory = true, HelpMessage = L"Allow PI Identity in mappings?")]
property bool AllowUseInMappings {
	bool get ();
	void set (bool value);
}
[<ParameterAttribute(Position = 4, ParameterSetName = "AllProperties", 
	Mandatory = true, HelpMessage = "Allow PI Identity in mappings?")>]
member AllowUseInMappings : bool with get, set

Property Value

Type: Boolean

See Also

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