AFDeliveryFormat.IsDefinedByDeliveryChannel Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Determines whether this AFDeliveryFormat can be changed.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsDefinedByDeliveryChannel { get; }
Public ReadOnly Property IsDefinedByDeliveryChannel As Boolean Get Dim instance As AFDeliveryFormat Dim value As Boolean value = instance.IsDefinedByDeliveryChannel
public: property bool IsDefinedByDeliveryChannel { bool get (); }
member IsDefinedByDeliveryChannel : bool with get
Property Value
Type: BooleanReturns whether this AFDeliveryFormat is from an AFDeliveryChannel and cannot be modified.
Remarks
This property should only be true for delivery formats that belong to the DeliveryFormats collection. Delivery formats that are read only created from a AFDeliveryChannel that implements the method:
public static void LoadDefaultDeliveryFormat(AFDeliveryFormat deliveryFormat).