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