PIIdentity.AllowMappings Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property determines if the PIIdentity can be used in a Mapping.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool AllowMappings { get; set; }
Public Property AllowMappings As Boolean Get Set Dim instance As PIIdentity Dim value As Boolean value = instance.AllowMappings instance.AllowMappings = value
public: property bool AllowMappings { bool get (); void set (bool value); }
member AllowMappings : bool with get, set
Property Value
Type: BooleanReturns if the PIIdentity can be used in a Mapping, otherwise is returned.