SetPIIdentity.AllowUseInMappings Property
- Last UpdatedDec 15, 2025
- 2 minute read
Allow use in mappings for the PI Identity
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
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