AFDeliveryFormat.IsDefinedByDeliveryChannel Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Determines whether this AFDeliveryFormat can be changed.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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).