PIIdentity.AllowTrusts Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property determines if the PIIdentity can be used in a Trust.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool AllowTrusts { get; set; }
Public Property AllowTrusts As Boolean Get Set Dim instance As PIIdentity Dim value As Boolean value = instance.AllowTrusts instance.AllowTrusts = value
public: property bool AllowTrusts { bool get (); void set (bool value); }
member AllowTrusts : bool with get, set
Property Value
Type: BooleanReturns if the PIIdentity can be used in a Trust, otherwise is returned.