AddPIIdentity.DisallowUseInMappings Property
- Last UpdatedDec 15, 2025
- 1 minute read
Disallow use in mappings for the PI Identity to add
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 4, Mandatory = false, HelpMessage = "Disallow PI Identity in mappings?")] public SwitchParameter DisallowUseInMappings { get; set; }
<ParameterAttribute(Position := 4, Mandatory := false, HelpMessage := "Disallow PI Identity in mappings?")> Public Property DisallowUseInMappings As SwitchParameter Get Set Dim instance As AddPIIdentity Dim value As SwitchParameter value = instance.DisallowUseInMappings instance.DisallowUseInMappings = value
public: [ParameterAttribute(Position = 4, Mandatory = false, HelpMessage = L"Disallow PI Identity in mappings?")] property SwitchParameter DisallowUseInMappings { SwitchParameter get (); void set (SwitchParameter value); }
[<ParameterAttribute(Position = 4, Mandatory = false, HelpMessage = "Disallow PI Identity in mappings?")>] member DisallowUseInMappings : SwitchParameter with get, set